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