Navigation:  Language Reference > 13 - Built-in Functions >====== GETEXITCODE (query program exit code) ====== Previous pageReturn to chapter overviewNext page

NewC7.jpg

GETEXITCODE( )

blk2blue.jpg

GETEXITCODE Gets program's exit code.

GETEXITCODE is used to get a program's exit code (error level). This is useful in displaying some meaningingful message or action without the necessity of closing the program immediately.

See Also: SETEXITCODE