<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<p>Hello,</p>
<p>Would anyone know a way to call a builtin function in a specific
gateway?</p>
<p>I mean: for a function in Scilab language, if several homonymous
functions -- say thisfun() -- are available in distinct available
libraries -- say scilib and mylib --, it is possible to call
either the scilib one with scilib.thisfun(), or the mylib one with
mylib.thisfun().</p>
<p>Is there a similar mechanism for builtin functions?</p>
<p>The use case is the following: the external scicv module
redefines the write() Scilab builtin function as a new builtin.
But the scicv instance is not compatible with the Scilab write().
And is called first (i guess because it has been loaded <i>after</i>
the io gateway of Scilab's write()). This makes Scilab some
programs failing when scicv is loaded. This is reported on the
scicv forge/ATOMS page.</p>
<p>So, i am looking for a way to point to the Scilab's write() in
any case.<br>
</p>
<p>Thanks for any hints<br>
</p>
<p>Regards</p>
<p>Samuel<br>
<br>
</p>
</body>
</html>