Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- SIx Driver RDD v3.00 - Reference Guide - <b>sx_keyskip():</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  Sx_KeySkip():

  Syntax:  Sx_KeySkip( [<nSkipNum>] )

           nSkipNum = The number of keys to SKIP.  Negative numbers will
                      skip backwards.  If no argument is specified, the
                      index pointer will be positioned at the next key.

  Returns: .T. if pointer was moved successfully, .F. if not.

  Description:  To skip one or more keys (forward or backward) through the
                index.

    NOTE:  This function is NOT supported under SIXNTX.

  Example:

    #include "SIXCDX.CH"

    USE test VIA "SIXCDX"          // Open TEST.DBF
    INDEX ON last TAG last         // Create LAST tag
    GO TOP                         // Go to the top of the index
    ? Sx_KeyNo()                   // Display key number (1)
    ? Sx_KeySkip( 99 )             // Skips forward 99 keys
    ? Sx_KeyNo()                   // Display key number (100)


See Also: Sx_KeyGoto() Sx_FindRec()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson