<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <font face="Arial">Hello Scilab Team,<br>
      <br>
      I am wondering about the following:<br>
      <br>
    </font><tt>L = </tt><tt>list(%pi, %i, %t, "Text");<br>
    </tt><tt>// Then</tt><tt><br>
    </tt><tt>[a, b, c] =  L(:)   // works, </tt><tt>while</tt><tt><br>
    </tt><tt>[a, b, </tt><tt>c] = </tt><tt>list(%pi, %i, %t,
      "Text")(:)  // doesn't</tt><tt>:<br>
      <br>
      --> [a, b, c] = list(%pi, %i, %t, "Text")(:)<br>
      list: Wrong number of output argument(s): 1 expected.<br>
    </tt><font face="Arial"><br>
      Is it the expected behavior?<br>
      <br>
      Regards<br>
      Samuel<br>
      <br>
    </font>
  </body>
</html>