On 8/3/07, Frank Wunderlich <[EMAIL PROTECTED]> wrote: > you make a forward-loop, this is no good idea when removing items from a > list (skipping next entry after deletion,maybe accessing item out of > list-bounds at the end). the loop should go backwards. and there i get > this strange behaviour. > is #t the same as table.getn(t)?
Yes, you are right about the order. #t is a nice shortcut for table.getn() in Lua 5.1 - assuming you're running SciTE 1.74 ! steve d. _______________________________________________ Scite-interest mailing list [email protected] http://mailman.lyra.org/mailman/listinfo/scite-interest
