<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">Le 31/07/2015 14:13, Samuel Gougeon a
écrit :<br>
</div>
<blockquote cite="mid:55BB6658.8050500@free.fr" type="cite">
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
(*) this way of doing becomes the only one possible in Scilab 6,
because newfun() and funptr() are being <br>
removed from SCilab 6. But i met some cases for which this kind of
cloning failed, </blockquote>
<br>
I meant: using myclone1(..) after cloning with <tt>myclone1 =
the_builtin</tt> failed in some cases, <br>
while using myclone2(..) after cloning with newfun("myclone2",
funptr("the_builtin")) always worked.<br>
Then i saw that the id of both clones were not the same, while
making several clones with newfun()<br>
always ascribed the same id to all of them.<br>
<br>
Samuel<br>
<br>
</body>
</html>