Now,I created a GDL File.
And,I writed some codes in the parameter script of the GDL File.
Ex:
PARAMETERS BBB = AAA -1
In the GDL editer, if I set AAA by 3,I can get 2 from BBB.This is no problem.
But, I create a object by the GDL. And change AAA to 2 by some codes(API),
I can not get 2 from BBB.BBB is no changed.
Only I open the property of the object and click OK button, BBB is changed.
What can I get the updated parameter by some codes?