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

  Syntax:   OrdDestroy( <cOrderName> [, <cIndexFile> ] )

       cOrderName = The name of the Order (or tag) to be created.

       cIndexFile = The name of the index file containing one or more Orders.
                    You may specify <cIndexFile> as the filename with or
                    without the path name or extension.  If you do not inc-
                    lude the extension as part of <cIndexFile>, the default
                    extension of the currently active RDD is assumed.

  Returns:  NIL

  Description:

     OrdDestroy() is an Order management function that removes a specified
     Order from multiple-Order Bags.

     The active RDD determines the Order capacity of an Order Bag.  The
     default DBFNTX and the DBFNDX drivers (as well as the SIx Driver's
     SIXNTX flavor) only support single-Order Bags, while other RDDs may
     support multiple-Order Bags (e.g., the SIXCDX and SIXNSX drivers).

     NOTE:  RDD suppliers may define specific behaviors for this command.

     Warning!  OrdDestroy() is not supported for DBFNDX, DBFNTX, and SIXNTX.

  Example:

     // Remove the STATE tag from TEST.CDX
     USE test VIA "SIXCDX"
     SET INDEX TO test, test2
     OrdDestroy( "STATE", "TEST" )


See Also: DELETE TAG Sx_KillTag() OrdCreate()

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