[fpc-pascal](no subject)

Jonas Maebe jonas at zeus.rug.ac.be
Tue Aug 13 13:00:59 CEST 2002


On dinsdag, augustus 13, 2002, at 12:21 , Michael Van Canneyt wrote:

>> I have a little problemw with the following:
>>
>> while not eof (beschleunigungen) do
>> begin;
>> read (beschleunigungen,b,c,d,e,g);
>
> This should be
>  readln (beschleunigungen,b,c,d,e,g);
> normally.

Or you can use "while not seekeof(beschleunigungen) do ..."


Jonas





More information about the fpc-pascal mailing list