godolinium
06-05-2007, 09:58 PM
Hi there. Hope someone out there can shed some light on a mel error I can't seem to solve.
From what Ive read of the Unterminated string error, it comes when you fail to add a semicolon, end quotes or split a concatenated string over multiple lines.
As far as I can tell Im doing none of these.
Im writing a global proc that includes this variable.
string $currHPCSml = $currObj + "_" + $handPC + "." + "W0";
When $currHPCSml is used later in the same procedure the procedure returns the error Unterminated string.
What I don't understand is that the procedure seems to have no complaints about this string
string $currOPC = $currObj + "_" + $handPC + "." + $posName + "W" + $PCWNumber;
Which I see as being largely the same.
All my variables are declared and this is the only error I recieve.
Thanks in advance.
T.
From what Ive read of the Unterminated string error, it comes when you fail to add a semicolon, end quotes or split a concatenated string over multiple lines.
As far as I can tell Im doing none of these.
Im writing a global proc that includes this variable.
string $currHPCSml = $currObj + "_" + $handPC + "." + "W0";
When $currHPCSml is used later in the same procedure the procedure returns the error Unterminated string.
What I don't understand is that the procedure seems to have no complaints about this string
string $currOPC = $currObj + "_" + $handPC + "." + $posName + "W" + $PCWNumber;
Which I see as being largely the same.
All my variables are declared and this is the only error I recieve.
Thanks in advance.
T.
