xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

HB_FGoto()

Moves the record pointer to a specific line in the currently selected text file.

Syntax

HB_FGoto( <nLine> ) --> NIL

Arguments

<nLine>
This numeric parameter identifies the line number to move the record pointer to. It is in the range between 1 and HB_FLastRec().

Return

The return value is always NIL.

Description

The HB_FGoto() function moves the record pointer of the currently selected text file to the line number specified with <nLine>.

Info

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


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe