|
-
Mar 29th, 2002, 02:47 PM
#1
Thread Starter
Lively Member
Lists
How can I sort lists in descending order? and how do i save a list's contents to an ini?
-
Mar 29th, 2002, 02:49 PM
#2
Hyperactive Member
by list, do you mean like an arry of elements or a listbox control?
-mcd
[vbcode]
'*****************************
MsgBox "MCD :: [email protected]", vbInformation + vbOKOnly, "User"
'*****************************
[/vbcode]
-
Mar 29th, 2002, 03:22 PM
#3
Thread Starter
Lively Member
yeah, listbox
(Metallica Rocks!)
-
Mar 29th, 2002, 04:05 PM
#4
Hyperactive Member
use the property sorted on the list box
listbox.sorted = true
or
pull your records from the database already sorted
select * from mytable order by myfield
-
Mar 29th, 2002, 04:33 PM
#5
Thread Starter
Lively Member
that sorts it in ascending order, i want descending order, but thanks neway.
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
|