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

  Syntax:  OrdName( [<nOrder>] [,<cIndexFile>] )

       nOrder = A number representing the position in the Order List of the
                selected Order.

       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:

     OrdName() returns the name of the specified Order in the current Order
     List or the specified Order Bag if opened in the Current Order list.

 Description:

     OrdName() is an Order management function that returns the name of the
     specified Order in the current Order List.

     If <cIndexFile> is an Order Bag that has been emptied into the
     current Order List, only those Orders in the Order List that correspond
     to <cIndexFile> Order Bag are searched.

     The active RDD determines the Order capacity of an Order Bag.  The
     default DBFNTX and the DBFNDX drivers only support single-Order Bags,
     while other RDDs may support multiple-Order Bags (e.g., the SIXCDX and
     DBPX drivers).

 Examples:

     USE test VIA "SIXNSX"
     SET INDEX TO last, state, zip
     ? OrdName( 2 )              // Returns: "STATE"

     // Assumes TEST2.NSX has three tags: LAST, ZIP, and AGE
     USE test VIA "SIXNSX"
     SET INDEX TO test1, test2
     ? OrdName( 2, "TEST2" )     // Returns: "ZIP" (from TEST2.NSX)



See Also: OrdFor() OrdKey() OrdNumber()

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