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>clear scope:</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  CLEAR SCOPE:

  Syntax:

  CLEAR SCOPE

  Clears the SCOPETOP and SCOPEBOTTOM values.  This command is equivalent to
  SET SCOPETOP TO and SET SCOPEBOTTOM TO with no values specified.

    NOTE:  This command is NOT supported under SIXNTX.

  Example:

    #include "SIXCDX.CH"

    USE test VIA "SIXCDX        // Open TEST.DBF
    INDEX ON state TAG state    // Create an index on the STATE field
    SET SCOPE TO "AZ"           // Sets the SCOPE to "AZ"
    Browse()                    // Browse all records from Arizona
    CLEAR SCOPE                 // Clears the SCOPE


  NOTE:  See the SCOPE.PRG program for a more detailed, practical example.



See Also: SET SCOPE SET SCOPETOP/BOTTOM Sx_ClrScope() Sx_SetScope()

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