Reading command line arguments?
BlitzMax Forums/BlitzMax Beginners Area/Reading command line arguments?| 
 | ||
| How do I read command-line argument from BlitzMax?  Haven't  found this yet in the docs or standard modules, but maybe I'm missing it.   Thanks! | 
| 
 | ||
| The Global AppArgs$[] array contains the command line arguments (I just fixed the win32/linux ide to pass the arguments so don't expect testing from these IDE to work at the moment). | 
| 
 | ||
| What excellent timing.  The latest Protean beta just implemented command line arguments from the Build menu, even tho Rob didn't think it was possible to get to them inside BMax =] |