how to return an exitcode from a BlitzMax program?
BlitzMax Forums/BlitzMax Beginners Area/how to return an exitcode from a BlitzMax program?| 
 | ||
| Hello! How do I return a (numeric) exit code from a BlitzMax program? Thanks in advance for any hints | 
| 
 | ||
| It seems End just wraps exit so this will do: exit_(exitcode) | 
| 
 | ||
| Marius, thanks - as one can see, the "good old hacker" techniques still apply! |