I have a lua file whose contents is lua. The table below: A={} AB={} ABC=0; ,
The problem is that I want to add the XYZ prefix before each statement above. Therefore, after parsing the database should be something like this: XYZ.A={} XYZ.AB={} XYZ.ABC={} ,
Any ideas? thanks in advance
source share