sort a List ?

Just starting out? Need help? Post your questions and find answers here.
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by A_MEK.

How can I sort a List ?



Structure data
x.w
y.w
EndStructure

NewList List.data()


I want to sort the list to get the biggest x

???
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by Kale.

viewtopic.php?t=2494">http://forums.pur ... php?t=2494
viewtopic.php?t=4222

also this is a little app i wrote using a sorting method i grabbed from someone here:



:)

--Kale

In love with PureBasic! :)
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by tinman.
Originally posted by A_MEK

How can I sort a List ?
Use the sort extras archive from the Resources Site: http://www.reelmediaproductions.com/pb/ ... ppets.html


--
I used to be a nihilist but I don't believe in that any more.
(Win98first ed. + all updates, PB3.51, Ed3.53)
Post Reply