Label: arrays

All content with label arrays.
Related Labels: object

Array (MetaScript Guide)
Lets you work with arrays. Created by The Array object constructor: {{new Array( arrayLength )}} {{new Array( element0, element1, ..., elementN )}} An array literal: {{\element0, element1, ..., elementN\}} Parameters Parameter Description {{arrayLength}} The initial length of the array. You ...
Other labels: object