[fpc-pascal] System.Write broken?

L505 fpc505 at z505.com
Thu Jul 14 00:20:46 CEST 2005


>Don't you want 'ReadLn' ?
>What does Read do anyway


Read character by character instead of line by line. Both useful for different
things, read is more precise.
Say if your file was not delimted by lines. (pipes, commas, etc.)
Readln() is essentially a wrapper for Read()
Read finds CRLF's or LF's and reports back to the readln function.

hope i'm not patronizing






More information about the fpc-pascal mailing list