I'd like the set operation to not just change the value of an attribute but also change the value that is displayed in the inspector, is this possible?
attn. X = 1       The value of X in the inspector is 1
In the code I have the following line:
set(X,2)             The value of X in the inspector still is 1, how do I get it to display the current value set in the code?