Escape it

write("  This is \" quoted \"  string ")

Generally this applies to any delimiter character you need to write as part of the delimited content, and works in most programming languages.

Let's see if Richard beats me to this one. :)

Eytan Heidingsfeld wrote:

How do I use a qoute (") inside a string that is started and ended by qoutes(")8an

Reply via email to