|
ipairs() would traverse such a table in indexed order, while pairs() would not guarantee any order.
Joshua Jensen kirjoitti 19.5.2005 kello 19.40:
And after checking the manual again, it seems to me that ipairs would be the same as pairs on a table consisting purely of array entries. Is that true,or am I missing something?