realbasic-nug
[Top] [All Lists]

Re: How to use ONE double quote in a string

To: REALbasic NUG <realbasic-nug at lists dot realsoftware dot com>
Subject: Re: How to use ONE double quote in a string
From: Norman Palardy <palardyn at shaw dot ca>
Date: Fri, 29 Oct 2004 19:57:27 -0600
Delivered-to: realbasic-nug at lists dot realsoftware dot com
References: <C3998267-2A13-11D9-87A9-000A9585ABA2 at mac dot com>

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>

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