.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

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:


Language cross-reference

Set statement of LotusScript language

Example
See Also