Is there anyway to get the command line paramaters for an app compiled with bmk makeapp? So that you can do on the terminal: localhost:~>myapp hello world. And then myapp will have access to the parameter hello world.
command line
BlitzMax Forums/BlitzMax Programming/command line appargs[] first element in the array is the exe name.