Pages: 1
Topic closed
Hi,Is it possible to subtract the value of a variable with the value of an other variable, and put this result in an other variable?
Offline
Yes.
set [variable 3] to < (variable 1) - (variable 2) >
Last edited by pi3 (2012-04-12 16:17:29)
Yes, very helpful thanks.
pi3 wrote:Yes. set [variable 3] to < (variable 1) - (variable 2) > Hope I helped!
or
change [variable 3] by <(variable 1)-(variable 2)>
PretVlek wrote:Yes, very helpful thanks.
You're welcome.