Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Artful Two for Clipper 5.0 - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

Syntax

INDEXNAMES( cAlias, cDbf )

Purpose

Fills an array with the names of the .NTX index files of a particular
table.

Arguments

     cAlias -- alias of table for which you want the index names

     cDbf -- actual .DBF name of cAlias

Setup

If you will be calling this function while the application dictionary is in
place, then you only need to pass cAlias and cDbf will be determined
automatically.

If you will be calling this function without the application dictionary,
then you must pass cDbf and cAlias is not used.

Example

     CHK_DICT( "AAI_DICT" )
     ADISPLAY( INDEXNAMES( "CUSTOMER" ) )

Returns

An array containing the names of the index files associated with the
specified table.

Side Effects

None.

Artful Calls

IS_OPEN, DICTFIND, ROOTNAME, FULLPATH, STRINT

Source File

AA_INDEX.PRG

See Also: INDEX_ON()

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