User Tools

Site Tools


de:eof

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

de:eof [2016/01/01 22:37]
de:eof [2020/02/28 10:46] (current)
Line 1: Line 1:
 +===== Eof =====
 +
 +==== Format ====
 +
 +eof\\
 +eof()\\
 +eof(//filenumber//)
 +
 +==== Description ====
 +
 +Returns a binary flag (true/false) that will signal if we have read to the End Of File (EOF). If file number is not specified then file number zero (0) will be used.
 +
 +==== See Also ====
 +
 +[[close|Close]], [[exists|Exists]], [[open|Open]], [[read|Read]], [[readline|Readline]], [[reset|Reset]], [[seek|Seek]], [[size|Size]], [[write|Write]], [[writeline|Writeline]]
 +
 +==== New To Version ==== 
 +
 +0.9.4
 +