Adam Kropp

Results 2 comments of Adam Kropp

If you were to construct argv/argc directly (or do the proper amount of escaping in the shell), you can have the following: argv[1] = "--strings" argv[2] = ""string_one","string,two"" It would...

Yes, I definitely found the need to set them individually. I added them both globally and individually, so you don't have to, but have the option. --Adam On Mon, Mar...