2014-03-12 16:11 UTC
I noticed that in 8.0.0.3 if I use the "Value" inside the event OnSelChanged for dropdown style combo boxes, as soon as I use that "Value" for something, it automatically changes to the value of whatever I used it for. example:
I select something in a combo, the event passes in "Value" of lets say "MyValue"
I run a lisp command in the event (setq myVar (do_something "MyValue) )
When that function executes...."Value" becomes the return from (do_something) and is no longer "MyValue".
Seems like this did not work that way in the previous version?
I select something in a combo, the event passes in "Value" of lets say "MyValue"
I run a lisp command in the event (setq myVar (do_something "MyValue) )
When that function executes...."Value" becomes the return from (do_something) and is no longer "MyValue".
Seems like this did not work that way in the previous version?