Showing results 1 to 1 of 1
Search took 0.00 seconds.
Search: Posts Made By: Seerah
Forum: Lua/XML Help 08-23-19, 01:10 PM
Replies: 12
Views: 2,658
Posted By Seerah
Note that an integer loop is the same as...

Note that an integer loop is the same as ipairs(), but not the same as pairs(). The latter can be used when there are holes in your table or when your table does not have integer-based keys.
Showing results 1 to 1 of 1