<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <font face="Arial">Hello,<br>
      <br>
      eval() is being tagged as obsolete at
      <a class="moz-txt-link-freetext" href="https://codereview.scilab.org/#/c/10237/">https://codereview.scilab.org/#/c/10237/</a><br>
      evstr() is claimed to be the proper replacement.<br>
      Removing this -- almost -- duplicate is rather a good new. <br>
      However, here is a case supported by eval() and not by evstr():<br>
      <br>
      eval("plot2d()")  // does the plot and returns []<br>
      <br>
      while <br>
      <br>
      evstr()  // does the plot but breaks with the error<br>
      -->evstr("plot2d()")<br>
       !--error 10000 <br>
      evstr : L'expression donnée n'a pas de valeur.<br>
      at line      68 of function evstr called by :  <br>
      evstr("plot2d()")<br>
      <br>
      What do you plan about it?<br>
      <br>
      Regards<br>
      Samuel<br>
      <br>
    </font>
  </body>
</html>