LOTUSSCRIPT LANGUAGE

LotusScript Aliases
This appendix lists the LotusScript aliases and their equivalent text.

An alias is an alternate spelling of a language keyword (usually VB compliant) such as "MsgBox" for the LotusScript "MessageBox" function.
LotusScript SyntaxAlias
ActivateAppAppActivate
CDatCVDate
DataTypeVarType
DateNumberDateSerial
GetFileAttrGetAttr
ImplodeJoin
MessageBoxMsgBox
NoCase (Option Compare)Text (Option Compare)
Option Declare
Option Explicit
SetFileAttrSetAttr
StrCompareStrComp
TimeNumberTimeSerial
YieldDoEvents