It's my first time attempting to pass command line arguments to a Basic4PPC App that I'm writing and I may have this completely wrong.
I was expecting arguments to be seperated by commas but when I pass my App a filename I have found that it gets split into several arguments because it contains spaces.
Is it normal that spaces are used to seperate arguments?
The helpfile is a little sparse in this area so I may be wrong to expect that commas seperate variables and spaces should be acceptable.
Regards,
RandomCoder
I was expecting arguments to be seperated by commas but when I pass my App a filename I have found that it gets split into several arguments because it contains spaces.
Is it normal that spaces are used to seperate arguments?
The helpfile is a little sparse in this area so I may be wrong to expect that commas seperate variables and spaces should be acceptable.
Regards,
RandomCoder