Program.exe -name enko -pin 0001 -age 89 -sex male
so $CMDLINE[0] would = 4, $CMDLINE[1] = enko, $CMDLINE[2] = 0001 and so on? what if like there isnt a $CMDLINE[4]?
Was wondering if its possible to pass integers or variables through the command line, like:
Program.exe -name enko -pin 0001 -age 89 -sex male
then $name $pin $age & $sex would be those.
Is this possible, if so how?