Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FORCE Data Base Compiler - ############################################################################## http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
##############################################################################
###+-------+##################################################################
#+-| FDX() |------------------------------------------------------------+#####
#| +-------+ Returns character string which contains name of index file |#####
#+----------------------------------------------------------------------+#####
##############################################################################
##############################################################################
#+--| Summary |------------------+############################################
#|     #INCLUDE database.hdr     |############################################
#+-------------------------------+############################################
##############################################################################
##############################################################################
#+--| Syntax |-----------------------------+##################################
#|     FUNCTION CHAR fdx PROTOTYPE         |##################################
#|      PARAMETERS VALUE UINT index_no     |##################################
#+-----------------------------------------+##################################
##############################################################################
##############################################################################
######+---| Description |----------------------------------------------+######
######| The fdx() function returns a character string which contains   |######
######| the name of the index file of the current alias with the       |######
######| number given in the argument.  Indexes are ordered as they     |######
######| appear in the OPEN, USE, or SET INDEX TO command for an alias. |######
######+----------------------------------------------------------------+######
##############################################################################
##############################################################################
#########+--| Example 1 |-------------------------------------------+#########
#########| *    Seven indexes are allow per database.               |#########
#########|                                                          |#########
#########| FOR r = 1 TO 7                                           |#########
#########|     ? fdx( r )                                           |#########
#########| NEXT                                                     |#########
#########+----------------------------------------------------------+#########
##############################################################################
##############################################################################
#########+--| Example 2 |-------------------------------------------+#########
#########| *    fdx() is used to get the name of the index          |#########
#########| *    for backup purposes.                                |#########
#########|                                                          |#########
#########| ? "When you backup this database you should also"        |#########
#########| ? "copy the file", fdx(1), "to your backup disk."        |#########
#########+----------------------------------------------------------+#########
##############################################################################

See Also: INDEX SET ORDER TO

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