Difference between revisions of "IndexNames"

m (adding doc status category)
Line 1: Line 1:
 
[[Category:Functions that create lists]]
 
[[Category:Functions that create lists]]
 +
[[Category:Doc Status C]] <!-- For Lumina use, do not change -->
 +
 
[[Category:Functions returning information about arrays]]
 
[[Category:Functions returning information about arrays]]
  

Revision as of 07:53, 24 April 2007


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


You are not allowed to post comments.