<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Hello Dirk,<br>
      <br>
      Le 08/05/2017 à 10:16, Dirk Reusch a écrit :<br>
    </div>
    <blockquote cite="mid:20170508101601.4da6b414@lemon" type="cite">
      <pre wrap="">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)?.</pre>
    </blockquote>
    <br>
    As indicated in the Scilab 6.0.0 CHANGES file (section <i>Feature
      changes and additions</i>), error numbers are deprecated. I guess
    that the table of error numbers is still distributed just for the
    record, because Scilab and external codes have not been changed to
    yield proper error messages instead of obscure numbers. The
    deprecation has not been performed in a clean way. In the same way,
    lasterror() should no longer propose returning an err output. etc.<br>
    <br>
    <br>
  </body>
</html>