Difference between revisions of "IndexNames"
Line 1: | Line 1: | ||
[[Category:Functions that create lists]] | [[Category:Functions that create lists]] | ||
− | [[Category: | + | [[Category:Functions returning information about arrays]] |
Returns a list of the names of the indexes of the array A. | Returns a list of the names of the indexes of the array A. |
Revision as of 00:33, 1 February 2007
Returns a list of the names of the indexes of the array A.
Declaration
IndexNames( A : Array )
Examples
IndexNames(Car_prices) --> ['Car_types','Year']
See Also
Comments
Enable comment auto-refresher