Console - Echo results
Answered
Sorry for the newbie question... Is there a way to make the console echo the results? For example if I enter "x = 3 + 4" have it echo "x = 7"? Similar to Matlab etc. Thanks.
Please sign in to leave a comment.
There is no setting to do it automatically, but you can always do it manually:
Ok thank you. That's what I've been doing, just hoping to save a step.