| AppCtrlScript | |
| Help |
|
Applies to |
AppCtrlScript (Module: wmACScr1.dll) |
|
Group |
Primary |
|
See also |
QUIT, EXITLOOP |
Exit the current subroutine or the complete script.
EXIT SCRIPT leaves the complete script immediately while EXIT or RETURN only leaves the current subroutine. When on top level (SUB MAIN for example) EXIT, RETURN and EXIT SCRIPT have the same effect.
EXIT[ SCRIPT]
END[ SCRIPT]
RETURN
|
Part |
Description | |
|
| ||