ExitCode

The exit code of the Zorro application. It not set, Zorro terminates with exit code 0.

Type:

int

Remarks:

Example

Script Test.c:
void main() { ExitCode = 777; }

Cmd Shell:
start /wait Zorro -run Test
echo %ERRORLEVEL%

See also:

Command line, quit, HWnd

 

► latest version online