<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Hello Antoine,<br>
      <br>
      Le 15/01/2019 à 09:53, Antoine ELIAS a écrit :<br>
    </div>
    <blockquote
      cite="mid:0511d8b9-7db0-4333-de0f-fba5cf7e5e1c@scilab-enterprises.com"
      type="cite">Hello Samuel,
      <br>
      <br>
      No, it is not intentional, I will take a look to that today.
      <br>
    </blockquote>
    <br>
    IMO, this is not necessarilly a bad change. Please also consider <a
      href="http://bugzilla.scilab.org/show_bug.cgi?id=11077#c8">that
      remark</a> about applicability of varn() to empty rlist().<br>
    <br>
    Thanks<br>
    Samuel<br>
    <br>
    <blockquote
      cite="mid:0511d8b9-7db0-4333-de0f-fba5cf7e5e1c@scilab-enterprises.com"
      type="cite">
      <br>
      Antoine.
      <br>
      Le 14/01/2019 à 23:22, Samuel Gougeon a écrit :
      <br>
      <blockquote type="cite">Hello,
        <br>
        <br>
        I was noting that varn([]) changed from Scilab 5 to Scilab 6:
        <br>
        <br>
        5.5.2:
        <br>
        -->varn([])
        <br>
                 !--error 246
        <br>
        Function not defined for given argument type(s),
        <br>
          check arguments or define function %s_varn for overloading.
        <br>
        <br>
        6.0.1:
        <br>
        --> varn([])
        <br>
         ans  =
        <br>
            []
        <br>
        <br>
        This is hard-coded, not in any %s_varn().
        <br>
        <br>
        This change is not yet documented. I would like to have
        confirmation that it is intentional.
        <br>
        <br>
        Thanks
        <br>
        Samuel
      </blockquote>
    </blockquote>
    <br>
  </body>
</html>