command line

BlitzMax Forums/BlitzMax Programming/command line

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.

appargs[] first element in the array is the exe name.