この付録では、LotusScript® で使用される別名の一覧とそれぞれの別名を表すテキストを示します。
別名とは、言語キーワード (通常 VB 準拠) の代替の名前のことです。例えば、LotusScript の「MessageBox」関数には「MsgBox」という別名があります。
LotusScript 構文 |
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 |