ilyash
09-22-2004, 11:23 PM
string x
x = "<input type="hidden"...>"
how do i escape the " ?
in jave it would be:
x = "<input type=\"hidden\"...>"
x = "<input type="hidden"...>"
how do i escape the " ?
in jave it would be:
x = "<input type=\"hidden\"...>"
