Previous Topic: Numeric StringsNext Topic: Accumulators


Variable Strings

A variable string contains one or more variables that are resolved at execution time. For example, the variable string "&USERID" in the statement below is replaced by the user's actual user ID when the program executes:

KEY 'Hello, &USERID'