Hello There,
How can i use in the code the " character witout the complier will throw en error
im trying to create the following string :
what i need :
<A NAME="ppp" A> hello</A>
when the ppp is an object
myString ="<A NAME=""+object+"" A> hello</A>"
as you see i need to use the double ""
Thanks ahead