Thread: GuiTextListCtrl
View Single Post
  #3  
Old 05-14-2007, 12:35 PM
godofwarares godofwarares is offline
Webmaster
godofwarares's Avatar
Join Date: Dec 2006
Location: Florida
Posts: 552
godofwarares is on a distinguished road
Send a message via ICQ to godofwarares Send a message via AIM to godofwarares Send a message via MSN to godofwarares Send a message via Yahoo to godofwarares
Quote:
Originally Posted by xXziroXx View Post
Could anyone explain how the following commands works, preferably with an example?


PHP Code:
sortcolumn integer

sortmode 
string

sortorder 
string 
Well, I don't know what sortcolumn does, but:

For sortmode, it can be either 'ascending' or 'descending', e.g

PHP Code:
sortMode "ascending"
This is also probably the same for sortorder


And, per what cbkbud said, you need to call sort() for it to actually sort.
__________________
What signature? I see no signature?
Reply With Quote