Quote:
Originally Posted by Hennell
I assume the program will be launched with the file name as an argument but I can't see how I capture that to use.
|
Code:
...
NumberOfArguments = ArrayLen(args())
FirstArgument = args(0)
SecondArgument = args(1)
...