How do you assign a new value to an already existing numeric control in LabVIEW as you can in Java or C++? For example if you have a variable lets say "x", in Java you can assign a different value to this object (as long as its the same type) but just using x = ... . How do you do this in LabVIEW? By doing research it seems to me property nodes could have this function but I do not know if I am correct.