LOTUSSCRIPT LANGUAGE


Let statement
Ejemplo

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.

Ejemplo
Véase también


Glosario
¿Desea opinar sobre la Ayuda o sobre la utilidad del producto?