hello,
i have an array:
array1(x)
it holds up to 10 numeric values.
i want to be able to sort them from the lowest to the highest on my text box.
e.g.
array1(1)=6
array1(2)=9
aray1(3)=2
array1(4)=5
text1.text:
2
5
6
9
--------------------------------
how do i do that?
