<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix"><br>
      Thank you, yes, I see where I went wrong with the square brackets.
      Sorry.<br>
      <br>
      Thank you to the team that you answer question so quickly and even
      during the weekend. :-)<br>
      <br>
      Best regards,<br>
      Claus<br>
      <br>
      On 22-01-2017 19:14, Samuel Gougeon wrote:<br>
    </div>
    <blockquote cite="mid:5884F695.2000002@free.fr" type="cite">
      <meta content="text/html; charset=windows-1252"
        http-equiv="Content-Type">
      <div class="moz-cite-prefix">Le 22/01/2017 17:01, Claus Futtrup a
        écrit :<br>
      </div>
      <blockquote
        cite="mid:017cedd3-d23c-49ef-7d7d-57221f0aa303@gmail.com"
        type="cite">
        <meta content="text/html; charset=windows-1252"
          http-equiv="Content-Type">
        <div class="moz-cite-prefix">Hi there<br>
          <br>
          OK, so I converted to elseif (source code at the bottom of my
          post). Now Scilab complains like this:<br>
          <br>
              elseif or[(model==3) (model==4)] then // FDD-LOG / CLOG<br>
        </div>
      </blockquote>
      <br>
      if <tt>model</tt> is a scalar, just write<br>
      <br>
      <tt>elseif or(model==[3 4]) then // FDD-LOG / CLOG</tt><tt><br>
      </tt><br>
      Samuel<br>
      <br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:users@lists.scilab.org">users@lists.scilab.org</a>
<a class="moz-txt-link-freetext" href="http://lists.scilab.org/mailman/listinfo/users">http://lists.scilab.org/mailman/listinfo/users</a>
</pre>
    </blockquote>
    <p><br>
    </p>
  </body>
</html>