Kingdaro

Table Sort Alphabetization

Mar 16th, 2013
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.06 KB | None | 0 0
  1. table.sort(itemDetail, function(a,b)
  2.   return a[1] < b[1]
  3. end)
Advertisement
Add Comment
Please, Sign In to add comment