<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Le 31/07/2015 17:16, Nikolay Strelkov a
      écrit :<br>
    </div>
    <blockquote
cite="mid:CADK7Jfk9HjHHh9aWk-4f0vdjXyrjuoxtE_Tifbazd_vz0f_2FQ@mail.gmail.com"
      type="cite">
      <div dir="ltr">.../..<br>
        <div>
          <div>So my questions are:<br>
          </div>
          <div>1. Did you change something in char function in Scilab 6?<br>
          </div>
          <div>2. How should I change my code to make it working in
            Scilab 5.x and 6 with the same functionality?<br>
          </div>
          <div><br>
          </div>
        </div>
      </div>
    </blockquote>
    <br>
    Release notes announce changes with cells: cell.entries and
    cell.dims have been removed.<br>
    But cellstr.sci has not been updated (and may be other macros?):<br>
    <br>
    edit cellstr<br>
    // line #29, replace<span style="color:rgb(0,0,0);"><br>
      c</span><span style="color:rgb(74,85,219);">(</span><span
      style="color:rgb(0,0,0);">i</span><span style="color:rgb(0,0,0);">,</span><span
      style="color:rgb(188,143,143);">1</span><span
      style="color:rgb(74,85,219);">)</span>.entries <span
      style="color:rgb(92,92,92);">=</span> <span
      style="color:rgb(0,0,0);">strcat</span><span
      style="color:rgb(74,85,219);">(</span><span
      style="color:rgb(0,0,0);">s</span><span
      style="color:rgb(74,85,219);">(</span><span
      style="color:rgb(0,0,0);">i</span><span style="color:rgb(0,0,0);">,</span><span
      style="color:rgb(255,170,0);">:</span><span
      style="color:rgb(74,85,219);">)</span><span
      style="color:rgb(74,85,219);">)</span>;<br>
    // with<span style="color:rgb(0,0,0);"><br>
      c</span><span style="color:rgb(74,85,219);">(</span><span
      style="color:rgb(0,0,0);">i</span><span style="color:rgb(0,0,0);">,</span><span
      style="color:rgb(188,143,143);">1</span><span
      style="color:rgb(74,85,219);">)</span> <span
      style="color:rgb(92,92,92);">=</span> <span
      style="color:rgb(0,0,0);">strcat</span><span
      style="color:rgb(74,85,219);">(</span><span
      style="color:rgb(0,0,0);">s</span><span
      style="color:rgb(74,85,219);">(</span><span
      style="color:rgb(0,0,0);">i</span><span style="color:rgb(0,0,0);">,</span><span
      style="color:rgb(255,170,0);">:</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><br>
    // the your script works.<br>
    <br>
    <blockquote type="cite">3. Do I need to report bug?</blockquote>
    Yes<br>
    <br>
    Samuel<br>
    <br>
  </body>
</html>