This may be something I once asked a long time ago, but for the life of me I can't recall. Let's say I write a program in QB64 and call it "MyProgram.exe". What do I need to put in that program to read parameters passed to it on the command line line? For example, if I call my program by running "MyProgram.exe option1 option2 option3". In addition, how can my program determine how many parameters are being passed to it?
Thanks!