I don't even know how to say things right.
First, anywhere I could go to learn how to "set a variable to a value using an advanced expression?"
Up to now, I have been changing the value of a variable when a task is done TO a specific number or BY a specific number.
Can I change the value of a variable to the result of two other variables being multiplied?
So:
Variables
A=1
B=2
C=3
When the task is completed change the value of A (1) to 6 (multiplying B*C)
ideas?