[Scilab-users] Scilab 6 // Redefinement of permanent variable does not raise an error!?

Dirk Reusch lists at kybdr.de
Mon May 8 10:16:01 CEST 2017


Hi Samuel,

Yes, you are right ... I was looking for a message like "error: ....",
so may be the formatting of the message could be improved?

Anyway, there is another glitch:

------------------------------------

Startup execution:
  loading initial environment

--> a=123;predef("all");a=456

Redefining permanent variable.

--> [msg,err]=lasterror()
 err  = 

   999.

 msg  = 

 Redefining permanent variable.

------------------------------------

It seems, that the error number is now 999 and it has
been or should be 13 (cf. help error_table)?.

Regards,

Dirk



More information about the users mailing list