View Single Post
05/30/14, 12:58 PM   #3
lyravega
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 93
Uhm, I don't know if table.sort works for tables; I think it only works for arrays (tables with numeric keys in order, 1...n). Don't take my word on it though.

The other thing is, in your function, it says "a[1]<b[1]", but what is a[1]? Shouldn't it be a.param1?
  Reply With Quote