PtokaX forum

Archive => Archived 4.0 boards => Help with Lua 4 scripts => Topic started by: Icanos on 11 June, 2004, 17:27:49

Title: Statestic
Post by: Icanos on 11 June, 2004, 17:27:49
I'm about to create an stats script that sends some information about the hub to a webpage. But, I must sort a table over how many posts each user has made. Does anyone know how to sort a table that way?

I add information like this in the table:
tMostActiveOp[curUser.sName] = tMostActiveOp[curUser.sName] + 1