|
-
Dec 21st, 2001, 01:23 PM
#1
sorting an array by value
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?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|