I'm creating a player logging system and am working on the GUI portion to show logs related to the player. I have it fully working, but I want to know if theres a way to sort it in reverse (descending instead of ascending)
I already have it DermaListView:SortByColumn(5), with 5 being the column I want sorted by. It sorts ascending and I want it to be descending so it shows the newest info first.
There is an extra paramter in SortByColumn that will choose which direction. [url]http://maurits.tv/data/garrysmod/wiki/wiki.garrysmod.com/indexa115.html[/url]
Oh. Wow. Didn't notice that heh. Thanks!
Sorry, you need to Log In to post a reply to this thread.