set

From Bohemia Interactive Community
Revision as of 16:55, 4 May 2006 by Planck (talk | contribs)
Jump to navigation Jump to search


array set element


Operand types:

array: Array

element: Array

Type of returned value:

Nothing

Compatibility:

Added in version 1.75

Description:

Format of element is [index, value].

Changes an element of given array.

If element does not exist, resize index+1 is called to create it.


Example:

arrayOne set [0, "Hello"]