Difference between revisions of "CATable::IndexName"

(Created page with "<< Back to CATable = CATable::IndexName(indexNumber) = Takes one parameter, «indexNumber», from 1 to NumDims and returns the name of t...")
 
Line 1: Line 1:
[[CATable|<< Back to CATable]]
+
[[Category:ADE User Guide]]
 
+
[[ADE User Guide]] > [[ADE Server Class Reference]] > [[CATable]]
 +
<languages />
 +
<translate>
 
= [[CATable]]::IndexName(indexNumber) =
 
= [[CATable]]::IndexName(indexNumber) =
  
Line 21: Line 23:
 
* [[CATable::NumDims]]
 
* [[CATable::NumDims]]
 
* Analytica function [[IndexNames]]
 
* Analytica function [[IndexNames]]
 +
</translate>

Revision as of 01:09, 16 June 2015

ADE User Guide > ADE Server Class Reference > CATable

Other languages:
English • ‎中文

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.