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.
idea, refresh menu variables when running worksheet
Modérateur : xcasadmin
-
- Messages : 603
- Inscription : sam. févr. 04, 2017 11:34 pm
- Localisation : Colombia
- Contact :
-
- Messages : 603
- Inscription : sam. févr. 04, 2017 11:34 pm
- Localisation : Colombia
- Contact :
Re: idea, refresh menu variables when running worksheet
the menu bar of the variable list what is below


Re: idea, refresh menu variables when running worksheet
Indeed, you must refresh the var menu by hand, press the var key again.
-
- Messages : 603
- Inscription : sam. févr. 04, 2017 11:34 pm
- Localisation : Colombia
- Contact :
Re: idea, refresh menu variables when running worksheet
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(,,)