in reply to Re: Parsing command line
in thread Parsing command line

I tried with double quotes and it's still the same (not working of course).
when executing:
--> myprog -s "two words" --> myprog -s 'two words' --> myprog -s two\ words
I got the same result: myprog|words (using the print you suggested). any ideas?

Hotshot