jcl,

I'd like the ability to pass up to four strings to zorro from the command line, much like the -i argument.

Example usage, where three strings are supplied:
zorro.exe -s "alpha beta" -s "gamma,delta" -s "epsilon_zeta"

Script side, there would be a global variable CommandStr[0] .. CommandStr[3], which would point to the same strings.