lua-users home
lua-l archive

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


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