Commands
CAPITAL Business Script commands allow you to structure your scripts. Commands allow you to execute other scripts, declare or release variables, make decisions as to which script functions get executed, and terminate the execution of scripts.
Script commands include:
IF (expression) ... ELSE ... ENDIF
____________________________
Related Topics: