Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FUNCky - <b>name:</b> <b>f_ndxkey() - get the index expression of an index file</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  Name:     f_ndxkey() - get the index expression of an index file
  Usage:    <string> = f_ndxkey(<NTX_NDX_file>)
  Params:   string <NTX_NDX_file> - index filename to check
  Returns:  string equal to the index expression in the index file

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

                 use employee
                 index on upper(trim(empname)) to empname
                 close databases
                 memvar = f_ndxkey("empname.ntx")
                 ? memvar  && prints "upper(trim(empname))"

  Note:     F_ndxkey() does not check that the file is a valid
            index file.


See Also: f_isdbf() f_recsize() f_lupdate() f_header() ferror()

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