Skip to content

array_concat

Hyomoto edited this page Oct 18, 2020 · 3 revisions
Jump To Go Back Arguments Methods Variables

array_concat( arrays... )

Returns: array ([values...])

Returns the given arrays combined into one.

var _concat = array_concat( [ 10, 20 ], [ "a, "b" ] );

show_debug_message( _concat );

Arguments

Name Type Purpose
arrays... array none provided

Clone this wiki locally