Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

U

Branches to user exit MVBasic routine.

Synopsis

U hex

Arguments

hex The name of a catalogued MVBasic program ($hex), commonly represented by a four-digit hexadecimal number. Letters can be written in uppercase or lowercase, and leading zeros can be omitted.

Description

The U PROC command exits PROC execution and branches execution to a catalogued MVBasic program. This command is commonly used to perform exception handling. Commonly, the space between the command name and hex is omitted. For example, U31AD.

See Also

  • Q PROC command

  • X PROC command

Next sectionX
Previous sectionTR
FeedbackOpens in a new tab