comp.lang.ada
 help / color / mirror / Atom feed
From: "Egil Harald H�vik" <egil.harald.hoevik.nospam@kongsberg.com>
Subject: Re: Random Access in Ada.Text_IO files
Date: Wed, 12 Feb 2003 10:11:29 +0100
Date: 2003-02-12T10:11:29+01:00	[thread overview]
Message-ID: <3e4a0f01@193.71.169.73> (raw)
In-Reply-To: 3E496557.4060109@acm.org


"Jeffrey Carter" <jrcarter@acm.org> wrote in message
news:3E496557.4060109@acm.org...

<snip>

>     subtype Lower is Character range 'a' .. 'z';
> begin
>     Create (File => F, ...);
>
>     loop
>        for Ch in Lower loop
>           Put (File => F, Item => Ch);
>           delay 0.01;
>        end loop;
>     end loop;
>


Personally, I would remove the outer loop here...

~egilhh






  reply	other threads:[~2003-02-12  9:11 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-02-11 18:34 Random Access in Ada.Text_IO files Micha� Morawski
2003-02-11 18:58 ` Stephen Leake
2003-02-11 21:03 ` Jeffrey Carter
2003-02-12  9:11   ` Egil Harald H�vik [this message]
2003-02-12  9:42     ` Egil Harald H�vik
replies disabled

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