comp.lang.ada
 help / color / mirror / Atom feed
From: Jeffrey Carter <spam.jrcarter.not@spam.not.acm.org>
Subject: Re: Using Quotes in Quotes (if you see what I mean
Date: Thu, 04 Aug 2011 10:52:58 -0700
Date: 2011-08-04T10:52:58-07:00	[thread overview]
Message-ID: <j1epnu$fo4$1@tornado.tornevall.net> (raw)
In-Reply-To: <j1elun$cdv$1@dont-email.me>

On 08/04/2011 10:47 AM, J-P. Rosen wrote:
>
> There is a nice quick clean solution: quotes in strings must be doubled:
> "d=""3"""

A more readable solution is to concatenate double-quote characters into the string:

"d=" & '"' & '3' & '"'

-- 
Jeff Carter
"This scene's supposed to be in a saloon, but
the censor cut it out. It'll play just as well
this way." [in a soda fountain]
Never Give a Sucker an Even Break
113



  reply	other threads:[~2011-08-04 17:52 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-04 16:28 Using Quotes in Quotes (if you see what I mean tonyg
2011-08-04 17:47 ` J-P. Rosen
2011-08-04 17:52   ` Jeffrey Carter [this message]
2011-08-04 20:12 ` Ludovic Brenta
2011-08-05  7:47 ` Simon Wright
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox