Purpose:
Identifies a variable. A variable is an object whose value can change during the execution of a macro.
Variable names must begin with a letter or underscore (_) and contain any alphanumeric characters, underscores, hash marks (#), or periods (.). All variable names are case sensitive except N_columnName and V_columnName (See Net.Data Table Processing Variables for more information about these two exceptions.).