order array in decimal ascending order
Bobb Fwed
Posts: 1,119
I have an array (5 longs in length) and I would like to arrange the values of the array in ascending order. Is there an easy way to do that? I would assume that some recursive function could do this, does someone already have something like this written?
Comments