Keywords

A keyword is a word with a reserved meaning in the LotusScript® language. The keywords name LotusScript statements, built-in functions, built-in constants, and data types. The keywords New and Delete can be used to name subs that you can define in a script. Other keywords are not names, but appear in statements: for example, NoCase or Binary. Some of the LotusScript operators are keywords, such as Eqv and Imp.

Note: You cannot redefine keywords in a script, with one exception: keywords can name variables within a type, and variables and procedures within a class.

Alphabetical listing of LotusScript keywords

G

       

Get

GetAttr

GetFileAttr

GetThreadInfo

GoSub

GoTo

       

H

       

Hex

Hex$

Hour

   

J

       

Join

       

K

       

Kill

       

O

       

Oct

Oct$

On

Open

Option

Or

Output

     

V

       

Val

Variant

VarType

   

W

       

Weekday

Wend

While

Width

With

Write

       

X

       

Xor

       

Y

       

Year

Yield

     

Additional Documentation | Trademarks |