SET

Syntax

SET (VariableExpression)

Note:

The second argument of the SET function can be any valid expression.

Description

The SET function sets a value to a variable.

Example

The following formula sets the &Index variable to 1.

SET(&Index, 1)