FORMULA LANGUAGE


@Set
Example

Assigns a value to a temporary variable for use within a formula.

Syntax

@Set( variableName ; value )

Parameters

variableName


value
Usage

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:

TemporaryVariable:=""

Language cross-reference

Set statement of LotusScript language

Example
See Also