The VAR command declares a temporary variable that contains a single value.
VAR varName [= value] ;
varName | Name of the temporary variable. |
value | Optional parameter that declares the data value. |
You can also use a single VAR command to declare multiple variables by supplying a comma-delimited list of variable names.
#MISSING
.
VAR Target = 1200; VAR Break1, Break2, Break3;
Copyright (c)1991-2000 Hyperion Solutions Corporation. All rights reserved.