table.foreachi
Description
We advise against using this. It may be changed or removed in a future update.
This was deprecated in Lua 5.1 and removed in 5.2. You should use ipairs() instead.
Iterates for each numeric index in the table in order.
This is inherited from the original Lua implementation and is deprecated in Lua as of 5.1; see here. You should use ipairs() instead.
Arguments
Page views: 10,834
Updated: A Long Time Ago
Updated: A Long Time Ago