[fpc-pascal](no subject)

Michael Van Canneyt michael.vancanneyt at wisa.be
Tue Aug 13 12:21:19 CEST 2002


On Tue, 13 Aug 2002, Ivan Baev 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.

Michael.





More information about the fpc-pascal mailing list