lua-users home
lua-l archive

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


On Tue, 23 Jan 2007 17:57:18 -0600
Jimmie Houchin <jhouchin@cableone.net> wrote:

your table called items is an associative table and # works for arrays only, which are like:

{1,2,3,4} (equivalent to {[1]=1,[2]=2,[3]=3,[4]=4}) 

-- 
Gergo Szakal <bastyaelvtars@gmail.com>