hi. i am currently able to load a cfx file with lua script as follows:
app = cf.GetApplication() project = app:OpenFile('doit.cfx')
How can change or see variables inside this file?
Thanks...