Mitchell wrote:
MF> Is it possible to have '.'s in values in properties files? I have Lua
MF> functions inside tables defined so I would like to be able to have
MF> commands call them. (e.g. 'command.1.*=Container.myfunc')
Try to make it using "dostring".
Sample:
command.47.*=dostring local t={'a','b','c'} output:ClearAll()
table.foreach(t,print)
--
mozers
<http://scite.ruteam.ru>
_______________________________________________
Scite-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scite-interest