Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Harbour Version 0.37 (c) reference Guid - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

INDEXEXT()

Returns the file extension of the index module used in an application
---------------------------------------------------------------------------------

 Syntax

        INDEXEXT() --> <cExtension>  

 Arguments

        None.    

 Returns

        <cExtension>     Current driver file extension    

 Description

      This function returns a string that tells what indexes are to be used
      or will be created in the compiled application.The default value
      is  ".NTX". This is controled by the particular database driver that
      is  linked with the application,.

 Examples

      IF INDEXEXT()==".NTX"
          ? "Current driver being used is DBFNTX"
      Endif

Status

      Ready

 Compliance

      This function is Ca-Clipper compliant

 Platforms

      All

 Files

      Library is rdd



See Also: INDEXKEY() INDEXORD()

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