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® Syntax |
Alias |
---|---|
ActivateApp |
AppActivate |
CDat |
CVDate |
DataType |
VarType |
DateNumber |
DateSerial |
GetFileAttr |
GetAttr |
Implode |
Join |
MessageBox |
MsgBox |
NoCase (Option Compare) |
Text (Option Compare) |
Option Declare |
Option Explicit |
SetFileAttr |
SetAttr |
StrCompare |
StrComp |
TimeNumber |
TimeSerial |
Yield |
DoEvents |