31.03.2013, 22:02
If you want to allow white spaces in a string parameter, you have to make it the LAST parameter. Spaces are the delimiters ('separators') between parameters, and the script can't guess where one parameter ends and where the next starts.