realbasic-nug
[Top] [All Lists]

How to use ONE double quote in a string

To: REALbasic Users Group <realbasic-nug at lists dot realsoftware dot com>
Subject: How to use ONE double quote in a string
From: Stefan Pantke <seaside dot ki at mac dot com>
Date: Sat, 30 Oct 2004 03:33:55 +0200
Delivered-to: realbasic-nug at lists dot realsoftware dot com
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>

<Prev in Thread] Current Thread [Next in Thread>