Background for Skyrim SE
Member of the DynamicStringArrays script
string[]functionJoin(string[]a_Array, string[]b_Array)

Description

Documentation Comment

Join a_Array with b_Array and return new array.
The added lengths of the arrays must be less than or equil to 128 elements.
If greater than, the tail end of b_array is clipped off where it exceeds 128.


Caveats


Parameters

string[]a_Array

string[]b_Array


Examples

Auto-Generated Example

string[] myStringArray__a_Array
string[] myStringArray__b_Array

string[] returnedValue = myDynamicStringArrays__toCallFunctionOn.Join(myStringArray__a_Array, myStringArray__b_Array)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.