FORMULA LANGUAGE
Assigns a value to a temporary variable for use within a formula.
Syntax
@Set( variableName ; value )
Parameters
variableName
With Release 6, you no longer need to declare the variable receiving the assignment prior to setting its value with @Set. For R5 and earlier clients, declare the variable by assigning it a null value at the beginning of the formula:
Set statement of LotusScript language
Example See Also