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...") |
(Marked this version for translation) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | [[ | + | [[Category:ADE User Guide]] |
− | + | [[ADE User Guide]] > [[ADE Server Class Reference]] > [[CATable]] | |
− | = [[CATable]]::IndexName(indexNumber) = | + | <languages /> |
+ | <translate> | ||
+ | = [[CATable]]::IndexName(indexNumber) = <!--T:1--> | ||
+ | <!--T:2--> | ||
Takes one parameter, «indexNumber», from 1 to [[CATable::NumDims|NumDims]] and returns the name of the corresponding index for the [[CATable]]. | Takes one parameter, «indexNumber», from 1 to [[CATable::NumDims|NumDims]] and returns the name of the corresponding index for the [[CATable]]. | ||
− | = Return value = | + | = Return value = <!--T:3--> |
+ | <!--T:4--> | ||
string -- the name of the index | string -- the name of the index | ||
− | = Example Usage = | + | = Example Usage = <!--T:5--> |
+ | <!--T:6--> | ||
Visual basic code to retrieve the name of the first index. | Visual basic code to retrieve the name of the first index. | ||
<code> | <code> | ||
Line 16: | Line 21: | ||
</code> | </code> | ||
− | = See Also = | + | = See Also = <!--T:7--> |
+ | <!--T:8--> | ||
* [[CATable::IndexNames]] | * [[CATable::IndexNames]] | ||
* [[CATable::NumDims]] | * [[CATable::NumDims]] | ||
* Analytica function [[IndexNames]] | * Analytica function [[IndexNames]] | ||
+ | </translate> |
Latest revision as of 01:11, 16 June 2015
ADE User Guide > ADE Server Class Reference > 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
- CATable::IndexNames
- CATable::NumDims
- Analytica function IndexNames
Comments
Enable comment auto-refresher