Correct, you are right.
Thx
This is not working for numeric variables because it don't do the correct conversion:
AAA=_globalvariableget(BBB);
If AAA is numeric and BBB is numeri;c AAA won't take BBB value.
If you edit manually and put it in this way:
AAA=BBB;
It works correcty.
Regards