Home / lang / eof 
Previous  Next  Edit  Rename  Undo  Refresh  Search  Administration   
fr  de  es  it  nl  pl  pt  pt_BR  ca  ar  fa  vi  ja  ru  zh  zh_TW  eo 
Documentation
History
 
Eof
Syntax
bResult = Eof ( [ hStream AS Stream ] ) AS Boolean

Returns TRUE if we are at the end of the stream.

If Stream is not specified, then the standard input is used.

See LINE INPUT for an example.

See also

Stream & Input/Output functions  Stream