Geat
02-18-2003, 08:25 AM
Does anyone know if it's possible to assign a string to a variable over multiple lines, but in one assignment? E.g.
var textstring = "This is the data
spread over
several
lines";
Obviously, this generates an "unterminated string constant" message...
var textstring = "This is the data
spread over
several
lines";
Obviously, this generates an "unterminated string constant" message...