View Single Post
01-23-14, 06:05 PM   #8
Aanson
A Flamescale Wyrmkin
Join Date: Aug 2009
Posts: 124
Originally Posted by Torhal View Post
The table.getn method was actually deprecated in Lua 5.1 in favor of the unary length operator (#). You should also be using pairs for dictionary-style tables. For array-style tables, you can use either ipairs or the (slightly faster) incremental loop.
Yeah, I always prefer incremental loops as opposed to ipairs. Cheers
__________________
__________________
  Reply With Quote