HB_FGoBttom
Go to the last record in a text file
Syntax
HB_FGoBttom() -> NIL
Argument
None
Returns
NIL
Description
HB_FGoBttom moves the record pointer to the last record of the file in the currently selected text file workarea.
A text file “record” is a line of text terminated by a CRLF pair.
Example
// read last line HB_FUse( "text.c" ) HB_FGoBttom() ? HB_FReadLn()
Seealso
HB_FAtEOF(), HB_FEof(), HB_FGoto(), HB_FGoTop(), HB_FInfo(), HB_FLastRec(), HB_FReadAndSkip(), HB_FreadLN(), HB_FRecno(), HB_FSelect(), HB_FSkip(), HB_FUse()