idea, refresh menu variables when running worksheet

Messages in english

Modérateur : xcasadmin

compsystems
Messages : 603
Inscription : sam. févr. 04, 2017 11:34 pm
Localisation : Colombia
Contact :

idea, refresh menu variables when running worksheet

Message par compsystems » sam. sept. 23, 2017 8:44 pm

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.

parisse
Messages : 5882
Inscription : mar. déc. 20, 2005 4:02 pm
Contact :

Re: idea, refresh menu variables when running worksheet

Message par parisse » dim. sept. 24, 2017 6:21 am

Which menu?

compsystems
Messages : 603
Inscription : sam. févr. 04, 2017 11:34 pm
Localisation : Colombia
Contact :

Re: idea, refresh menu variables when running worksheet

Message par compsystems » dim. sept. 24, 2017 9:55 pm

the menu bar of the variable list what is below

Image

parisse
Messages : 5882
Inscription : mar. déc. 20, 2005 4:02 pm
Contact :

Re: idea, refresh menu variables when running worksheet

Message par parisse » mar. sept. 26, 2017 12:29 pm

Indeed, you must refresh the var menu by hand, press the var key again.

compsystems
Messages : 603
Inscription : sam. févr. 04, 2017 11:34 pm
Localisation : Colombia
Contact :

Re: idea, refresh menu variables when running worksheet

Message par compsystems » mer. sept. 27, 2017 1:50 am

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(,,)

Répondre