Hi,
suppose an array consists of values
dim arrnum() as integer=nothing
arrnum consists of values (3,8,6,15,2,10)
while using Array.sort(arrn um)
valuse are sorted like way. (10,15,2,3,6,5)
actually i need values in a sorted way.
can you help me out.
thanks,
suppose an array consists of values
dim arrnum() as integer=nothing
arrnum consists of values (3,8,6,15,2,10)
while using Array.sort(arrn um)
valuse are sorted like way. (10,15,2,3,6,5)
actually i need values in a sorted way.
can you help me out.
thanks,
Comment