Array.Concatfunction Concat (array : Array, optionalArray0 : Array, optionalArray1 : Array) : ArrayDescriptionConcat joins two or more arrays. The method does not change the existing arrays and returns a copy of the joined array function Start () { |
