Home

News

International

Screen Shots

Documentation

Download

Build

License

Credits

Contact

SourceForge Project

Tintware Documentation : Tint Programming Language : Tint Reference : Arrays : Array max-index

Syntax

#(%array.max-index)

%array is an array.

max-index will return the maximum index used in the array.

Example

#(array,an-array)

#(an-array.max-index)
0
#(def,an-array.20,a-string)

#(an-array.max-index)
20