|
As has been noted before, this does not have the same behavior as ipairs() if the table is not a valid sequence. (Earlier betas of 5.3 did have this behavior, but it has been reverted to stop the iteration at the first nil value, which is not necessarily at #t+1 for non-sequences.) —Tim |