AddVariable
Hi,
I am evaluating the fastscript these days. It works as expected and information and examples are clear. I noticed in the manuel says" Addvariable is not changed after the script execution". Is it not possible to change it? Let say if I add 200-300 variable to script, I have to check all of them if they are changed (after execution with fsScript1->Variables[] which is not very practical, especially if you run functions from C++ Builder and you have many small functions. Is there any better solution for it?
I am evaluating the fastscript these days. It works as expected and information and examples are clear. I noticed in the manuel says" Addvariable is not changed after the script execution". Is it not possible to change it? Let say if I add 200-300 variable to script, I have to check all of them if they are changed (after execution with fsScript1->Variables[] which is not very practical, especially if you run functions from C++ Builder and you have many small functions. Is there any better solution for it?
Comments
cNomeEmpresa: = 'Fast'
oFast: AddVariable ('Variable', 'name', cNomeEmpresa)
It turns out that in design mode
FastReport added more than once in the same category variable
print attached