LOTUSSCRIPT LANGUAGE
Assigns a value to a variable.
Syntax
[ Let ] variableID = expr
Elements
Let
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