Move - method of the PmaDatabase object
Description:
Move the current position by the specified number of records.
Syntax:
Empty Move(Long nMove)
Parameters:
nMove | (Long) number of records by which the current position will be moved |
---|
Example:
JavaScriptVBScriptSelect and copy to clipboard
oDb.Move(3);
oDb.Move 3