chr(32)
sam d
On Oct 29, 2004, at 6: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 to denote something else.
_______________________________________________
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>
_______________________________________________
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>
|