resize: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 18: Line 18:
Change array size.
Change array size.


Can be used to add or remove elements from the array.
Can be used to add or remove elements from an array.





Revision as of 00:51, 16 April 2006

back to COMREF

array resize count


Operand types:

array: Array

count: Number

Type of returned value:

Nothing

Description:

Change array size.

Can be used to add or remove elements from an array.


Example:

arrayOne resize 2