Is there a way of assigning a value to a variable in an expression such as
variable1 = variable2*15
I know this expression compares two sides of the '=' operator. What I need is that after evaluating this expression, variable1's value must be changed.
Hi,
Is there a way of assigning a value to a variable in an expression such as
variable1 = variable2*15
I know this expression compares two sides of the '=' operator. What I need is that after evaluating this expression, variable1's value must be changed.
Thanks