.

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

LOTUSSCRIPT LANGUAGE


Let statement
Example

Assigns a value to a variable.

Syntax

[ Let ] variableID = expr

Elements

Let


variableID expr
Usage

LotusScript assigns the value of expr to the variable or variable element named by variableID.

Do not use the Let statement to assign an object reference to a variable. Use the Set statement to do that.

Example
See Also