Hello,
This has been discussed many times before, but here it is again;
If you have only the PARAMETERS command then you are updating only the setting/user value of the object, not the value for the rest of the GDL. This especially is the case if the command is placed in the value script and not in the master script.
So might be worth testing to;
- place the script in the master script AND
- declare the value before setting the user value
myParam = 5
parameters myParam= myParam
Hope this helps.
Regards, Juha