You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: