This code will combine the contents of 2 arrays into a single array. I found the code for adding 2 byte arrays somewhere on the net, but I can't find it again to give the original author credit. So, whoever you are, thanks. The original code was incomplete and didn't fully combine the 2 arrays. I've corrected that and added code to show combining 2 string arrays.
Inputs
2 Arrays that you want to combine together.
Returns
A single combined array.
API DeclarationsNone.