comp.lang.ada
 help / color / mirror / Atom feed
From: Simon Wright <simon@pogner.demon.co.uk>
Subject: Re: CONTRAINT ERROR (was Re: parsing a string)
Date: 2000/01/26
Date: 2000-01-26T00:00:00+00:00	[thread overview]
Message-ID: <x7vk8kwfwba.fsf@pogner.demon.co.uk> (raw)
In-Reply-To: 86n8r3$7ll$1@kimba.whitelion.org

blancolioni@blancolioni.org (Fraser) writes:

> paene lacrimavi postquam rracine@myremarq.com (Roger Racine) scripsit:
> 
> >The unbounded string Output_File_String can be of any length.  The
> >string Output_File is exactly 25 characters.  The following will help:
> 
> That still limits the length of the string.  I'd be more inclined to
> this:
> 
>      Get_Line (Output_File_String);
> 
>      declare
>         Output_File : String := To_String (Output_File_String);

Or even
        Output_File : constant String := To_String (Output_File_String);




      reply	other threads:[~2000-01-26  0:00 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-01-15  0:00 parsing a string Paolo M. Pumilia
2000-01-15  0:00 ` James S. Rogers
2000-01-24  0:00   ` pumilia
2000-01-24  0:00   ` pumilia
2000-01-24  0:00     ` Ehud Lamm
2000-01-24  0:00     ` Stephen Leake
2000-01-26  0:00       ` CONTRAINT ERROR (was Re: parsing a string) pumilia
2000-01-26  0:00         ` Ian Clifton
2000-01-26  0:00         ` John English
2000-01-26  0:00         ` Roger Racine
2000-01-26  0:00           ` Fraser
2000-01-26  0:00             ` Simon Wright [this message]
replies disabled

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