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>ordlistrebuild():</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  OrdListRebuild():

  Syntax:   OrdListRebuild()

  Returns:  NIL

  Description:

     OrdListRebuild() is an Order management function that rebuilds all the
     orders in the current or aliased Order List.

     To only rebuild a single Order use the function OrdCreate().

     Unlike OrdCreate(), this function rebuilds all Orders in the Order List.
     It is equivalent to REINDEX.

  Example:

     // With three seperate index files
     USE test VIA "SIXCDX"
     SET INDEX TO last, state, zip
     OrdListRebuild()       // Rebuilds LAST.IDX, STATE.IDX, and ZIP.IDX

     // With a compound index file (TEST.CDX), which contains three tags
     USE test VIA "SIXCDX"  // Automatically opens TEST.CDX
     OrdListRebuild()       // Rebuilds LAST, STATE, and ZIP tags


See Also: OrdCreate() REINDEX INDEX

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