DFSLink Developer Documentation

MainClass.insertReplaceArray Method 

Insert an array into an other. Pos specifies the position for insert. Attention: the data at this position will be replaced with the first value of the source array.

private static string[] insertReplaceArray(
   string[] destArray,
   string[] srcArray,
   int pos
);

Parameters

destArray
The destination array.
srcArray
The array to insert.
pos
The position to insert.

Return Value

The new merged array, or null on error.

See Also

MainClass Class | dfslink Namespace