[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: [Newbie] Index a matrix with strings
- From: "Jerome Vuarand" <jerome.vuarand@...>
- Date: Wed, 7 Nov 2007 19:15:20 -0500
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 ?