VAR

Command

The VAR command declares a temporary variable that contains a single value.

Syntax

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.

Notes

Example

VAR Target = 1200;

VAR Break1, Break2, Break3;

See Also

ARRAY


Copyright (c)1991-2000 Hyperion Solutions Corporation. All rights reserved.