[chuck-users] Strings

Ollie Glass ollieglaskovik at gmail.com
Mon Jun 12 15:07:28 EDT 2006


I'm trying to print this xml string from chuck:

<step step="3" cycle="0" >

What I get, when I use this code:
<<< "<step step=\"", step ,"\" cycle=\"", cycle, "\" >" >>>;

is this:
<step step=\" 3 \" cycle=\" 0 \" >

Spaces and escape characters abound! Could someone help me with this?

Cheers,

Ollie


More information about the chuck-users mailing list