VAR |
Top Previous Next |
Keyword Description Declare a User-named variable Class Directive Where Legal
Syntax VAR
Example Sample code VAR = DAILY_MIDPOINT COL1 = HIGH COL2 = LOW DAILY_MIDPOINT = (COL1 - COL2) / 2
See also: User-named variables (discussion) |