Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- The Guide To Clipper - <b>indexext()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INDEXEXT()


Syntax:     INDEXEXT()

Purpose:    To determine whether the current application was linked
            using NDX.OBJ for dBASE III PLUS compatible indexes.

Returns:    A character string.

            INDEXEXT() returns ".NDX" if the index file type you use is
            dBASE III PLUS compatible or ".NTX" if it is Clipper
            compatible.

Library:    CLIPPER.LIB


----------------------------------- Example --------------------------------

   * Adds ".NTX" or ".NDX" to "Name.".
   IF .NOT. FILE("Name." + INDEXEXT())
      INDEX ON Field1 TO Name
   ENDIF


See Also: INDEXKEY() INDEXORD()

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