xHarbour Reference Documentation > Function Reference |
Moves the record pointer in the currently selected text file.
HB_FSkip( [<nLines>] ) --> NIL
The return value is always NIL.
One record in a text file is one line of text terminated by a Carriage return, Line feed pair. HB_FSkip() moves the record pointer by <nLines> lines. Note, however, that the record pointer cannot be moved outside the range between 1 and HB_FLastRec().
See also: | HB_FEof(), HB_FLastRec(), HB_FGoto(), HB_FReadLN(), HB_FSelect(), HB_FUse() |
Category: | File functions , Text file functions , xHarbour extensions |
Source: | misc\hb_f.c |
LIB: | libmisc.lib |
http://www.xHarbour.com