Hi,
I'm trying to keep a long string contained in a div - the problem is I'm not defining the string and it may contain all types of quotes and other control characters (the string is computer generated)
Here's an example:
The TGML 'code' tags handle this perfectly (as seen above) - that's what I need to do!
The only thing guaranteed about the string is that it's surrounded by curly brackets.
Cheers.
m@
I'm trying to keep a long string contained in a div - the problem is I'm not defining the string and it may contain all types of quotes and other control characters (the string is computer generated)
Here's an example:
Code:
{"0$#0"$0D%2%&0"'1/(0#,0|/0920|@0DB0#D2)F0DJ0DK2)M0"O0#P0DT0#U0#V0#X0#Y0#Z0#]3D^0#`0)a2&b0"c0"d0$e2Dg2Dh0Aj0Dk0)l0Dn0Do2Dq1Dr0"s1Dt0"u1Dv0"w1Dx0"y0D~(#/43)/3~!0"B+?,@-.5?6@7+?G@GA6I(J(K(}
The TGML 'code' tags handle this perfectly (as seen above) - that's what I need to do!
The only thing guaranteed about the string is that it's surrounded by curly brackets.
Cheers.
m@