<html><body>
<p><font size="2" face="sans-serif">Hi Llelan D,</font><br>
<br>
<font size="2" face="sans-serif">Here's another thought (probably as naive as the first) - the functions 'whos' and more particularly 'who_user'. These seem to return a list of variables (including function names).</font><br>
<font size="2" face="sans-serif">The behaviour of 'whos' is odd in that the return doesn't seem to be a variable (at least in my case), 'who_user' seems to work more as expected.</font><br>
<br>
<font size="2" face="sans-serif">Good luck.</font><br>
<br>
<font size="2" face="sans-serif">Adrian.</font><br>
<font size="2" face="sans-serif"><br>
</font>
<table border="0" cellspacing="0" cellpadding="0">
<tr valign="top"><td class="t" width="178" valign="middle">
<ul style="padding-left: 1pt"><font size="2" color="#333333" face="Arial"><b>Adrian Weeks </b></font><font size="1" color="#666666" face="Arial"><br>
Development Engineer <br>
<br>
<br>
HID Global,<br>
3 Cae Gwyrdd,<br>
Green Meadow Springs<br>
Business Park,<br>
Cardiff CF15 7AB,<br>
United Kingdom.<br>
+44 (0)29 20528523 (Office)</font><font size="1" color="#0000FF" face="Arial"><u><br>
</u></font><a href="mailto:aweeks@hidglobal.com"><font size="1" color="#0000FF" face="Arial"><u>aweeks@hidglobal.com</u></font></a><font size="1" color="#0000FF" face="Arial"><u><br>
</u></font><a href="http://www.hidglobal.com/"><font size="1" color="#0000FF" face="Arial"><u>www.hidglobal.com</u></font></a></ul>
</td><td width="139" valign="middle">
<ul style="padding-left: 1pt"><a href="http://www.hidglobal.com/"><img src="cid:1__=0FBBF786DFB49B518f9e8a93df93869@prox.com" width="130" height="170" border="0"></a></ul>
</td></tr>
</table>
<br>
<br>
<img width="16" height="16" src="cid:2__=0FBBF786DFB49B518f9e8a93df93869@prox.com" border="0" alt="Inactive hide details for "Llelan D." ---13/07/2014 16:30:21---@aweeks I thought of that too. As documented, you should be able"><font size="2" color="#424282" face="sans-serif">"Llelan D." ---13/07/2014 16:30:21---@aweeks I thought of that too. As documented, you should be able to get the list of</font><br>
<br>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr valign="top"><td width="1%"><img width="96" height="1" src="cid:3__=0FBBF786DFB49B518f9e8a93df93869@prox.com" border="0" alt=""><br>
<ul style="padding-left: 4pt"><font size="1" color="#5F5F5F" face="sans-serif">From:</font></ul>
</td><td width="100%"><img width="1" height="1" src="cid:3__=0FBBF786DFB49B518f9e8a93df93869@prox.com" border="0" alt=""><br>
<font size="1" face="sans-serif">"Llelan D." <LlelanD@TheSnakePitDev.com></font></td></tr>
<tr valign="top"><td width="1%"><img width="96" height="1" src="cid:3__=0FBBF786DFB49B518f9e8a93df93869@prox.com" border="0" alt=""><br>
<ul style="padding-left: 4pt"><font size="1" color="#5F5F5F" face="sans-serif">To:</font></ul>
</td><td width="100%"><img width="1" height="1" src="cid:3__=0FBBF786DFB49B518f9e8a93df93869@prox.com" border="0" alt=""><br>
<font size="1" face="sans-serif">users@lists.scilab.org</font></td></tr>
<tr valign="top"><td width="1%"><img width="96" height="1" src="cid:3__=0FBBF786DFB49B518f9e8a93df93869@prox.com" border="0" alt=""><br>
<ul style="padding-left: 4pt"><font size="1" color="#5F5F5F" face="sans-serif">Date:</font></ul>
</td><td width="100%"><img width="1" height="1" src="cid:3__=0FBBF786DFB49B518f9e8a93df93869@prox.com" border="0" alt=""><br>
<font size="1" face="sans-serif">13/07/2014 16:30</font></td></tr>
<tr valign="top"><td width="1%"><img width="96" height="1" src="cid:3__=0FBBF786DFB49B518f9e8a93df93869@prox.com" border="0" alt=""><br>
<ul style="padding-left: 4pt"><font size="1" color="#5F5F5F" face="sans-serif">Subject:</font></ul>
</td><td width="100%"><img width="1" height="1" src="cid:3__=0FBBF786DFB49B518f9e8a93df93869@prox.com" border="0" alt=""><br>
<font size="1" face="sans-serif">Re: [Scilab-users] Multiple files of functions with the same name</font></td></tr>
<tr valign="top"><td width="1%"><img width="96" height="1" src="cid:3__=0FBBF786DFB49B518f9e8a93df93869@prox.com" border="0" alt=""><br>
<ul style="padding-left: 4pt"><font size="1" color="#5F5F5F" face="sans-serif">Sent by:</font></ul>
</td><td width="100%"><img width="1" height="1" src="cid:3__=0FBBF786DFB49B518f9e8a93df93869@prox.com" border="0" alt=""><br>
<font size="1" face="sans-serif">"users" <users-bounces@lists.scilab.org></font></td></tr>
</table>
<hr width="100%" size="2" align="left" noshade style="color:#8091A5; "><br>
<br>
<br>
<tt><font size="2">@aweeks<br>
I thought of that too. As documented, you should be able to get the list of<br>
loaded function names from the last "exec()" by subtracting a<br>
"listfunctions()" call prior to the "exec()" to one made after.<br>
<br>
However, "listfunctions()" acts in some strange and undocumented ways. For<br>
example, if you start with a clean invocation of the interpreter console and<br>
run "listfunctions()", it lists the function "listfunctions" itself. If you<br>
do a "typeof(asinh)" and then a "listfunctions()", it will now list "! asinh<br>
typeof listfunctions !".<br>
<br>
Until "listfunctions()" is fully and clearly documented, it seems useless in<br>
this context, or at least unreliable.<br>
<br>
<br>
<br>
--<br>
View this message in context: </font></tt><tt><font size="2"><a href="http://mailinglists.scilab.org/Scilab-users-Multiple-files-of-functions-with-the-same-name-tp4030814p4030901.html">http://mailinglists.scilab.org/Scilab-users-Multiple-files-of-functions-with-the-same-name-tp4030814p4030901.html</a></font></tt><tt><font size="2"><br>
Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com.<br>
_______________________________________________<br>
users mailing list<br>
users@lists.scilab.org<br>
</font></tt><tt><font size="2"><a href="http://lists.scilab.org/mailman/listinfo/users">http://lists.scilab.org/mailman/listinfo/users</a></font></tt><tt><font size="2"><br>
</font></tt><br>
<br>
</body></html>