-
caspervk
hello all,
For my project i am trying to "swap" values. What i mean is i receive a number in my numberbox in a range from 0 to 1023. I kinda need these values to swap and enter the new value in a new numberbox (for example: when the number becomes 1023 it should be 0 in the new numberbox. Or when the number is 1000 it should be 23 in the new numberbox.)
I have been looking everywhere but was unable to find something similar to this.
Is it possible?if this is not possible: since im going to use the new value in a slider, is it then possible to make the slider work the opposite way (similar to what i wrote above here)?
thanks for the help!
-