Gentee Programming Language > Documentation > Libraries Download documentation

dbf.skip

Move forward or backward for the specified number of records.
 
uint dbf.skip(
      int   step
)

Parameters

stepThe step of moving. If it is less than zero, the move will be toward the beginning of the database.

Return value

If error occurs, function returns 0.

See also

    Working with DBF files


 Copyright © 2004-2006 Gentee Inc. All rights reserved.