Insert
SUB
Insert
(
Array
AS
Byte[]
[
, Pos
AS
Integer
]
)
Insert an array into the current one at the position specified by
Pos
.
By default, the array is inserted at the end.