Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- dBsee 4.6 - The Library - <b>dfordlist()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
dfOrdList()
Return a list of  the indexes for the current file
------------------------------------------------------------------------------
Syntax:

     dfOrdList() --> aList

Parameters:

     NONE

Returns:

     <aList> List of indexes for the current area

Description:

     Permits to know the list of the indexes for the current file

Example:

     LOCAL aIndex  // Array to use
     
     USE VIA  Customers "DBFNTX" VIA
     SET INDEX TO sub\dmm, dmm1
     
     aIndex:= dfOrdList()     // { "sub\ dmm.ntx",;
                              //    "dmm1.ntx"}

See also:

     dfMemoExt(), dfUse()

See Also: dfMemoExt() dfUse()

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