Advertisement
Guest User

Untitled

a guest
Feb 14th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. local sort_func = function(a,b) return a.price_btc < b.price_btc end
  2. table.sort( by_country[k], sort_func )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement