[Scilab-users] Redefined function does not remain redefined in macro

Samuel Gougeon sgougeon at free.fr
Mon Jun 22 22:05:02 CEST 2015


Hello Dominic,

Le 22/06/2015 11:31, DominicErnst a écrit :
> .../...
> Now, if I try to write-access a particular value in this now initialized
> vector I get the Warning "Warning: obsolete use of '=' instead of '=='.".
It looks like a bug.
After the beta=zeros(1:10)'; overwriting assignment, funptr("beta") 
still returns the beta()'s id.
> .../...
>
> Is there any way to circumvent this? Or am I forced to choose another
> variable name?
You may use "Beta" instead of "beta".

Samuel




More information about the users mailing list