comp.lang.ada
 help / color / mirror / Atom feed
From: AdaMagica <christ-usch.grein@t-online.de>
Subject: Re: "strings are delimited by double quote character", where there's a character variable
Date: Fri, 1 Dec 2017 08:43:52 -0800 (PST)
Date: 2017-12-01T08:43:52-08:00	[thread overview]
Message-ID: <081a0e0c-b17e-430f-8687-1fc17c119ce1@googlegroups.com> (raw)
In-Reply-To: <8f8f88d8-b9f6-492e-991a-283509b21696@googlegroups.com>

C: Character := ' ';  -- a space character
S: String := " ";  -- a string holding one space character
empty: String := "";  -- a string holding nothing

S(1) = C
S = C  is illegal - different types left and right

I'm not sure I understand your problem. Hope this helps.

  parent reply	other threads:[~2017-12-01 16:43 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-01 15:08 "strings are delimited by double quote character", where there's a character variable Mehdi Saada
2017-12-01 16:38 ` A. Cervetti
2017-12-01 16:43 ` AdaMagica [this message]
2017-12-01 16:49 ` Jeffrey R. Carter
2017-12-01 18:13   ` Mehdi Saada
2017-12-01 17:23 ` Dennis Lee Bieber
2017-12-01 17:44   ` Dennis Lee Bieber
2017-12-01 19:09 ` Shark8
2017-12-05 21:45   ` Keith Thompson
replies disabled

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