Difference between revisions of "ObjectType:array"

From Lavish Software Wiki
Jump to navigation Jump to search
Line 16: Line 16:
  
 
[[Category:LavishScript]]
 
[[Category:LavishScript]]
 +
[[Category:LavishScript Data Types]]

Revision as of 23:30, 25 May 2005

Description

Members

  • int Dimensions: Total number of extents of the array (e.g. 2-dimensional has two extents)
  • int Size: Total number of elements in the array, including all dimensions
  • int Size[#]: Total number of elements in a given dimension of the array

Methods

Returns

Examples

See Also