Table of Contents
OA Desktop Apps GuideCIT Tool BarCIT Script EditorCommand ReferenceError HandlingLabelsEquationsConstantsInteracting with the ScreenConditional CommandsMessage BoxInput BoxMessage and Input Box Response HandlersString FunctionsClipboardSaved SettingsApplicationSoundsMiscellaneousPhone Book StatusSearch ResultGet Contact DataButton PadTerms and Conditions
Miscellaneous
END
This immediately ends execution of a script. If not given, reaching the CODE_FINISH command will end the script. Depending on conditionals, this statement could appear multiple times in a script.
FILEEXISTS ReturnVal, FileName
ReturnVal <> 0 if the file FileName exists.
PATHEXISTS ReturnVal, PathName
ReturnVal <> 0 if the file PathName exists.
DELAY Time
Delays the script for Time seconds. Time can be a variable name or a number (e.g., 3.2). If Time > 10, then 10 is used.
© 1991-2024 - Baseline Data Systems, Inc.