Page 1 sur 1

idea, refresh menu variables when running worksheet

Publié : sam. sept. 23, 2017 8:44 pm
par compsystems
The menu show list variables [var] is not updated when the worksheet is re-execute
1:
x:=3;
f():={
x:=x+1;
return x;
}:; [enter]
3,"Done"

2:
f(); [enter]
4 [enter] // x=3
5 [enter] // x=4
6 // x=5


var is always in the value of 3, x=3, and even when a session is changed or a new one is generated the menu bar of variables remains.

Re: idea, refresh menu variables when running worksheet

Publié : dim. sept. 24, 2017 6:21 am
par parisse
Which menu?

Re: idea, refresh menu variables when running worksheet

Publié : dim. sept. 24, 2017 9:55 pm
par compsystems
the menu bar of the variable list what is below

Image

Re: idea, refresh menu variables when running worksheet

Publié : mar. sept. 26, 2017 12:29 pm
par parisse
Indeed, you must refresh the var menu by hand, press the var key again.

Re: idea, refresh menu variables when running worksheet

Publié : mer. sept. 27, 2017 1:50 am
par compsystems
Why when press a menu, place the contents of the variable?, the practical is to place the name, and more when it's a function functionName(,,)