Minor issue: I have a script that calls Parameters.set() with a string object. If the string contains a doublequote " then later when I try to execute the script's icon I get the error Unterminated string literal on the run command. I tried escaping the character with a backslash \ but that did not solve the problem.
Thanks,
Mike