Author Topic: Unterminated string literal  (Read 2794 times)

Offline mschuster

  • PTeam Member
  • PixInsight Jedi
  • *****
  • Posts: 1087
Unterminated string literal
« on: 2012 August 30 14:30:50 »
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