Variable Name

A combination of alphanumeric characters in a string of any length. Since only the first 31 characters are used, a variable must begin with a unique 31-character string. A variable name must start with an alphabetic character, or the symbol is interpreted as a numeric constant.

Variable names are case sensitive: variable R1 is not the same as variable r1. The underscore character (_) is allowed in variable names.



Previous | Next