<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Le 08/10/2019 à 12:21, Samuel Gougeon a
      écrit :<br>
    </div>
    <blockquote type="cite"
      cite="mid:200c6a4e-a5c4-2106-d88d-d3a4adffad19@free.fr">
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      .../...<br>
      <span style="color:rgb(160,32,240);"><font color="#000000">And
          re-run mfile2sci.</font></span><br>
      <span style="color:rgb(160,32,240);"></span>
      <p><span style="color:rgb(160,32,240);"><font color="#000000"> As
            with Scilab 6.0.0, the conversion now actually starts, and
            you will get an error after the line #91 of your script, to
            be reported as well, separately.<br>
          </font></span></p>
    </blockquote>
    <p><br>
    </p>
    <p>For some reason, the space between find and its opening ( is not
      accepted in<span style="color:rgb(0,0,0);"><br>
        n</span> <span style="color:rgb(92,92,92);">=</span> <span
        style="color:rgb(50,185,185);">min</span><span
        style="color:rgb(74,85,219);">(</span><span
        style="color:rgb(74,85,219);">[</span><span
        style="color:rgb(0,0,0);">n</span><span
        style="color:rgb(0,0,0);">,</span> <span
        style="color:rgb(50,185,185);">min</span><span
        style="color:rgb(74,85,219);">(</span><span
        style="color:rgb(50,185,185);">find </span><span
        style="color:rgb(74,85,219);">(</span><span
        style="color:rgb(0,0,0);">mini</span><span
        style="color:rgb(74,85,219);">(</span><span
        style="color:rgb(0,0,0);">I</span><span
        style="color:rgb(74,85,219);">)</span><span
        style="color:rgb(92,92,92);">==</span><span
        style="color:rgb(188,143,143);">99</span><span
        style="color:rgb(74,85,219);">)</span><span
        style="color:rgb(74,85,219);">)</span><span
        style="color:rgb(74,85,219);">]</span><span
        style="color:rgb(74,85,219);">)</span><span
        style="color:rgb(0,0,0);">;<br>
        while it is accepted earlier in the script as in</span><span
        style="color:rgb(0,0,0);"><br>
        n</span> <span style="color:rgb(92,92,92);">=</span> <span
        style="color:rgb(50,185,185);">min</span><span
        style="color:rgb(74,85,219);">(</span><span
        style="color:rgb(50,185,185);">find</span> <span
        style="color:rgb(74,85,219);">(</span><span
        style="color:rgb(0,0,0);">mini</span><span
        style="color:rgb(74,85,219);">(</span><span
        style="color:rgb(0,0,0);">I</span><span
        style="color:rgb(74,85,219);">)</span><span
        style="color:rgb(92,92,92);">==</span><span
        style="color:rgb(188,143,143);">99</span><span
        style="color:rgb(74,85,219);">)</span><span
        style="color:rgb(74,85,219);">)</span><span
        style="color:rgb(0,0,0);">;</span></p>
    <p>Another issue (since 6.0.0) is the bad conversion of ":" as in
      a(1,:), also to be reported.<br>
      <br>
    </p>
  </body>
</html>