append: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "{{Command|= Comments ____________________________________________________________________________________________ | arma3 |= Game name |dev|= Game version _________________...")
 
No edit summary
Line 4: Line 4:
| arma3 |= Game name
| arma3 |= Game name


|dev|= Game version
|1.40|= Game version


____________________________________________________________________________________________
____________________________________________________________________________________________

Revision as of 05:19, 4 March 2015

Hover & click on the images for description

Description

Description:
Appends array2 to the back of array1 modifying array1.
Groups:
Uncategorised

Syntax

Syntax:
array1 append array2
Parameters:
array1: Array
array2: Array
Return Value:
Nothing

Examples

Example 1:
_arr = [1,2,3]; _arr append [4,5,6]; hint str _arr; //[1,2,3,4,5,6]

Additional Information

See also:
setpushBackresizereversecountfindinforEachdeleteAtdeleteRangeBIS_fnc_arrayPushStackBIS_fnc_arrayPush

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