IndexNames
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
Returns a list of the names of the indexes of the array A.
IndexNames( A : Array )
IndexNames(Car_prices) --> ['Car_types','Year']
Enable comment auto-refresher