IndexNames

Revision as of 07:53, 24 April 2007 by ReneeB (talk | contribs) (adding doc status category)


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.