Goto()
Moves to a specified record number.
Syntax
Goto(<nRecordNumber>) --> lResult
Arguments
<nRecordNumber> --> is a number value that specifies the record number sought.
Returns
Goto() returns TRUE if moving to the requested record number was successful. Otherwise FALSE is returned.
Description
Goto() moves to the record whose record number is equal to <nRecordNumber>. If the record number requested is outside the range of available records the record number is moved to the end of the database.
____________________________
Related Topics: