We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Go Back
array_concat( arrays... )
Returns: array ([values...])
[values...]
Returns the given arrays combined into one.
var _concat = array_concat( [ 10, 20 ], [ "a, "b" ] ); show_debug_message( _concat );
array
There was an error while loading. Please reload this page.
Home
About & Support
Features
Setting Up
Latest Changes
Releases
Manual