IndexNames
Returns a list of the names of the indexes of the array A.
Local indexes (not in the global namespace) are prefixed with a dot.
Declaration
IndexNames( A : Array )
Examples
IndexNames(Car_prices) → ['Car_types','Year']
Index J:=1..2 do IndexNames(J^I) → ['I','.J']
See Also
Comments
Enable comment auto-refresher