Type equation = Show values before = Answer
If I type the equation using variables, Is there a way to get MathCAD to automatically show the values in the equation before it calculates the answer?
For example, I set the variables...
A:=4
B:=3
...then I type the equation...
C:=A+B=
...then MathCAD automatically adds "4+3=7" so it looks like...?
C:=A+B=4+3=7
...Then if I change the variables...
A:=23
B:=45
...MathCAD automatically updates...?
C:=A+B=23+45=68


