I've got 5 arrays each with one number in them, but in order to sort them using the insertion method, I need to combine them into a single array. How do I do this? This is the last part of my program and can't figure it out!
More details please. You want to concatenate five arrays into one? So you have an array
a = {1} and an array
b = {6}, you want to make an array
c = {1, 6}, except there are five arrays, not two? All this prior to the sort?
Reputation Points: 2614
Solved Threads: 687
Posting Expert
Offline 5,372 posts
since Jan 2008