Showing results 1 to 1 of 1
Search took 0.00 seconds.
Search: Posts Made By: Seerah
Forum: Lua/XML Help 09-02-20, 09:03 PM
Replies: 4
Views: 5,574
Posted By Seerah
ipairs() is only for indexed tables (arrays), and...

ipairs() is only for indexed tables (arrays), and will only work if there are no gaps in the table.

If your table uses keys in place of indices, or there are gaps in your table, use pairs() as...
Showing results 1 to 1 of 1