I must be thinking too hard because I can't get this to work for the life of me.
How would I combine two arrays into one?
i.e.
----------------
aOne(0) = "zero"
aOne(1) = "one"
aTwo(0) = "two"
aTwo(1) = "three"
aTwo(2) = "four"
----------------
I would like to somehow combine these two, and make one array.
How do I do this?
How would I combine two arrays into one?
i.e.
----------------
aOne(0) = "zero"
aOne(1) = "one"
aTwo(0) = "two"
aTwo(1) = "three"
aTwo(2) = "four"
----------------
I would like to somehow combine these two, and make one array.
How do I do this?