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

  Syntax:  Sx_IndexName([nOrder|cOrderName])

           nOrder     = The order <numeric>, identified by its position in
                        the Order List.

           cOrderName = The order <char>, identified by its tag name.

  Returns:   <char> File name of current or specified order. "" if no order
             was not found.

  Description:  This function returns the file name (order bag) that contains the
                current or specified order.

    NOTE:  This function is NOT supported under SIXNTX.

  Example:

    #include "SIXNSX.CH"
    USE test VIA "SIXNSX"
    INDEX ON state TO state
    CLEAR
    ? "The currently open database file is..: " + Sx_TableName()
    ? "The currently active index file is...: " + Sx_IndexName()



See Also: Sx_I_IndexName() OrdName() Sx_I_TagName() Sx_IndexType()

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