[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Simple example using Lua as a "config file" alternative?
- From: "Richard Simes" <ricardo.nz@...>
- Date: Wed, 4 Oct 2006 22:24:54 +1300
Sorry about all the grammar and spelling errors in my previous post...
Would it be possible to do something like lua_dostring("a.b.c[1].d") ?
I'm not sure what you mean?
a.b.c[1].d
doesn't really 'do' anything?
If you're asking whether my system allows you to read fields from
other tables like this:
button.height=3
button.width=5
Then no, but that would be a useful addition (and necessary if I where
to package this up)
You would have to settle for a config file like:
buttonheight = 3
buttonwidth = 5
Richard