lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


pairs() don't guarantee the order.  use ipairs() for that

-- 
Javier