Previous Topic

Next Topic

Book Contents

Book Index

DO SET: Action Parameter

Assigns a value to a variable.

The following format is used:

SET var = operand

where operand is a variable, constant, or built-in function.

Optional. Type SET in the DO field and press Enter.

While the user cannot change SYSTEM variables using DO SET, various built-in functions can be used to assign values to the other variable types. For more information, see Built-in functions for DO statements.

Parent Topic

Parameter Descriptions