View Single Post
02-13-11, 06:26 PM   #3
Foxlit
A Warpwood Thunder Caller
AddOn Author - Click to view addons
Join Date: Nov 2006
Posts: 91
Code:
function empty(t)
  return next(t) == nil; -- next(t) returns the "first" key in t
end
__________________
... and you do get used to it, after a while.
  Reply With Quote