<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <font face="Arial">Hello,<br>
      <br>
      Is there a way to get the module name a built-in function belongs
      to?<br>
      A somewhat equivalence of whereis(), but for built-in?<br>
      With Scilab 5, readgateway() was available and with getmodules()
      it was somewhat possible to comb modules and finally find the one
      having the built-in.<br>
      But readgateway() is not reinstalled in Scilab 6.<br>
      By the way, extending whereis() to built-in function would be
      useful, in order to avoid doing these acrobatics with getmodules()
      and the former readgateway() in a public way ;)<br>
      <br>
      Thanks for any hints<br>
      Samuel<br>
      <br>
      <br>
      <br>
      <br>
    </font>
  </body>
</html>