set

From Bohemia Interactive Community
Revision as of 00:03, 2 August 2006 by Kronzky (talk | contribs)
Jump to navigation Jump to search
Hover & click on the images for description

Description

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.
Groups:
Uncategorised

Syntax

Syntax:
array set element
Parameters:
array: Array
element: Array
Return Value:
Nothing

Examples

Example 1:
arrayOne set [0, "Hello"]

Additional Information

See also:
See also needed

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note

Notes

Bottom Section