xHarbour Reference Documentation > Function Reference |
Moves the file pointer to the last line in a text file.
HB_FGoBottom() --> NIL
The return value is always NIL.
The function moves the record pointer of the currently selected text file to the last line.
See also: | FOpen(), FSeek(), HB_FGoto(), HB_FGoTop(), HB_FSelect(), HB_FUse() |
Category: | File functions , Text file functions , xHarbour extensions |
Source: | misc\hb_f.c |
LIB: | libmisc.lib |
http://www.xHarbour.com