resize: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (moved command to template)
m (added see also)
Line 23: Line 23:
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <pre>arrayOne resize 2</pre> |= Example 1
|x1= <code>arrayOne '''resize''' 2</code> |= Example 1
____________________________________________________________________________________________
____________________________________________________________________________________________


| |= See also
| [[Array]] |= See also


}}
}}

Revision as of 03:39, 29 September 2006


Hover & click on the images for description

Description

Description:
Change array size. Can be used to add or remove elements from an array.
Groups:
Uncategorised

Syntax

Syntax:
array resize count
Parameters:
array: Array
count: Number
Return Value:
Nothing

Examples

Example 1:
arrayOne resize 2

Additional Information

See also:
Array

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