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:

CALL

DEBUG

GOTO (label)

IF (expression) GOTO

IF (expression) ... ELSE ... ENDIF

PAUSE

REM (*)

RETURN

____________________________

Related Topics:

Variables & Data Types



CAPITAL VISUAL BUILDER