On Oct 29, 2004, at 7:33 PM, Stefan Pantke wrote:
I need to create a string, which is composes of one double
quote. How do I do this?
This
"""
is syntacticaly incorrect, this
""""
seems to denote two double quotes, and this
Seems ?
Try it
A double quote in a string constant has to be "" to get "
So """" is " ("") " or one double quote in a string constant
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://www.realsoftware.com/listarchives/lists.html>
|