xHarbour Reference Documentation > Function Reference |
Moves the record pointer to a specific line in the currently selected text file.
HB_FGoto( <nLine> ) --> NIL
The return value is always NIL.
The HB_FGoto() function moves the record pointer of the currently selected text file to the line number specified with <nLine>.
See also: | FOpen(), FSeek(), HB_FGoBottom(), 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