View Single Post
02-23-13, 05:19 PM   #6
Haleth
This Space For Rent
 
Haleth's Avatar
Featured
Join Date: Sep 2008
Posts: 1,173
I don't see the problem there. Why not use:

Code:
 for key, value in pairs(db.default.orb["HEALTH"]) do
	...
 end
Any table with only keys in it rather than indexes will have #table return zero. That doesn't mean you can't iterate it.
  Reply With Quote