[Scilab-users] Multiple files of functions with the same name

Llelan D. LlelanD at TheSnakePitDev.com
Sun Jul 13 17:29:41 CEST 2014


@aweeks
I thought of that too. As documented, you should be able to get the list of
loaded function names from the last "exec()" by subtracting a
"listfunctions()" call prior to the "exec()" to one made after.

However, "listfunctions()" acts in some strange and undocumented ways. For
example, if you start with a clean invocation of the interpreter console and
run "listfunctions()", it lists the function "listfunctions" itself. If you
do a "typeof(asinh)" and then a "listfunctions()", it will now list "! asinh
typeof listfunctions !".

Until "listfunctions()" is fully and clearly documented, it seems useless in
this context, or at least unreliable.



--
View this message in context: http://mailinglists.scilab.org/Scilab-users-Multiple-files-of-functions-with-the-same-name-tp4030814p4030901.html
Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com.



More information about the users mailing list