[fpc-pascal]Two Questions

Michael.VanCanneyt at Wisa.be Michael.VanCanneyt at Wisa.be
Sun Aug 24 12:56:05 CEST 2003


On Sat, 23 Aug 2003, Luis Del Aguila wrote:

> Two questions
>
> 1.- What is the difference with seekeoln() and eoln() functions?

The first advances the file position to the end of the line.
The second returns true if the current position is the end of the line.

> 2.- What is the difference with seekeof() and eof() functions?

Same as 1, only for end of file instead of end of line.

This is described in the documentation.

Michael.





More information about the fpc-pascal mailing list