<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Sylvestre Ledru a écrit :
<blockquote cite="mid1268212012.26344.196.camel@korcula.inria.fr"
 type="cite">
  <pre wrap="">Le mardi 02 mars 2010 à 09:35 +0100, StŽéphane Mottelet a écrit :
  </pre>
  <blockquote type="cite">
    <pre wrap="">Hi all,

I have some difficulties to understand how overloading of functions (not 
operators) works.
E.g. I would like to redefine delete() for handles, which is done 
actually with %h_delete.
(BTW, when I look at the source i see some calls to delete with handle 
arguments, how does
scilab cope with apparent recursivity here ?). When I try to redifine 
%h_delete in a
library loaded at startup time, then the original %h_delete is still 
used instead of the
"new" one. How can solve this problem (I also need to redefine %h_set 
and %h_get...)
    </pre>
  </blockquote>
  <pre wrap=""><!---->A priori (thanks for the information Yann), it is not possible.

Could you submit a bug tagged as wishlist about this ?
<a class="moz-txt-link-freetext" href="http://bugzilla.scilab.org/">http://bugzilla.scilab.org/</a>

Thanks
Sylvestre


  </pre>
</blockquote>
done.<br>
<br>
S.<br>
</body>
</html>