lua-users home
lua-l archive

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


brion.nospam wrote:
> I am new to Lua, so please bear with me. I am trying to build a two
> dimensional array like in: 
> http://www.lua.org/pil/11.2.html
> 
> However, I would like to index this "matrix" with strings. Is it
> possible? I have tried to do the same thing as in the example, but it
> does not work.  

What exactly are you trying to do ? Can you give us the code that doesn't work or a desired use case ?