Grig
03-29-2003, 11:24 AM
I was trying to write a " out to the debugger for a dev tool I made. If the tool could spit out formatted XML, then I could cut and paste the text.
I want generate to something like this:
x="12"
When I use:
debug.write('x='+"+XVAL+");
it outputs everything between the " as literal:
x=+XVAL+
Any ideas? :)
NOTE: I'm trying to describe the XML replacement for the " character so I used the PHP tag since the CODE tag translates the code to the character in this post.
I want generate to something like this:
x="12"
When I use:
debug.write('x='+"+XVAL+");
it outputs everything between the " as literal:
x=+XVAL+
Any ideas? :)
NOTE: I'm trying to describe the XML replacement for the " character so I used the PHP tag since the CODE tag translates the code to the character in this post.