Lets say i have an array:
a(6)
And the array contains the following information:
A(1) = 3
A(2) = 1
A(3) = 6
A(4) = 8
A(5) = 2
A(6) = 9
How do i sort these numbers from lowest to highest? I can't seem to figure this one out, Also i cant use any built in VB Functions. Gordon R. Durgha
gd@vslink.net
a(6)
And the array contains the following information:
A(1) = 3
A(2) = 1
A(3) = 6
A(4) = 8
A(5) = 2
A(6) = 9
How do i sort these numbers from lowest to highest? I can't seem to figure this one out, Also i cant use any built in VB Functions. Gordon R. Durgha
gd@vslink.net