CATable::IndexName

Revision as of 17:57, 2 January 2015 by Lchrisman (talk | contribs) (Created page with "<< Back to CATable = CATable::IndexName(indexNumber) = Takes one parameter, «indexNumber», from 1 to NumDims and returns the name of t...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

<< Back to CATable

CATable::IndexName(indexNumber)

Takes one parameter, «indexNumber», from 1 to NumDims and returns the name of the corresponding index for the CATable.

Return value

string -- the name of the index

Example Usage

Visual basic code to retrieve the name of the first index.

dim string as indexTitle = Var.DefTable.IndexName (1)

See Also

Comments


You are not allowed to post comments.