IndexNames

Revision as of 22:14, 22 February 2007 by Lchrisman (talk | contribs)


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.