database .record .set  (  Database ,  Record ,  Mode  )  
                                     
Description :

This instruction jumps to a specified record.

Parameters :

  • ObjectID of database.
  • Record to jump to, valid in the range [1, number of records].
  • SEEK_SET (default)
    SEEK_FROM_CURRENT (Seeks from the current record).
    SEEK_FROM_END (Seeks from the last record. Its result will therefore have a negative value such as -10 records).

Examples :