goldfly
06-30-2007, 11:43 AM
I can use a while loop to move data one direction or another in my (rather large) array.
But isn't there a more efficient way? Something like "OK array, offset everything down three" that would leave the three at the top clear and truncate the last three.
I poked arround the MSDN site and the Clear method would work if I could then sort them but the Sort method only works on one dimnsional arrays
But isn't there a more efficient way? Something like "OK array, offset everything down three" that would leave the three at the top clear and truncate the last three.
I poked arround the MSDN site and the Clear method would work if I could then sort them but the Sort method only works on one dimnsional arrays