<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <font face="Arial">Hello Scilab Team,<br>
      <br>
      The so-called "recursive extraction" was presented at the last
      ScilabTech as a new feature in Scilab 6.<br>
      I did not caught the full meaning of it until i realized that for
      instance it will now be possible to write simply<br>
    </font><tt>gca().isoview = "on";</tt><font face="Arial"><br>
      instead of splitting this into 2 instructions<br>
    </font><tt>a = gca(); </tt><tt><br>
    </tt><tt>a.isoview = "on";</tt><font face="Arial"><br>
      This application to addressing handles attributes is smart and
      welcome.<br>
      The example shown at the ScilabTech was about a function rather
      than an handle.<br>
      When trying to use it, it looks to fail, at least sometimes or for
      some objects.<br>
      <br>
      Let's try on getversion():<br>
      --> [v, o] = getversion()<br>
      o  = <br>
      !ICC  x64  modelicac  release  Jul 29 2015  21:07:12  !<br>
      v  = <br>
       scilab-6.0.0-alpha-1<br>
      <br>
      Now, i am interested only in the 2nd output argument (this kind of
      example was shown):<br>
      --> o = getversion()(2)<br>
      <font color="#ff6600">Invalid index.</font><br>
      <br>
      --> [v,o] = getversion()(2)<br>
      <font color="#ff6600">Wrong number of output arguments.</font><br>
       <br>
      What am i doing wrong?<br>
      By the way, this feature is not listed among new ones in the 6-a1
      release notes.<br>
      Did you change your plan about "Recursive extraction" in Scilab 6?<br>
      <br>
      Best regards<br>
      Samuel<br>
      <br>
      <br>
      <br>
    </font>
  </body>
</html>