[prev in list] [next in list] [prev in thread] [next in thread] 

List:       scilab-users
Subject:    Re: [Scilab-users] Multiple files of functions with the same name
From:       "Llelan D." <LlelanD () TheSnakePitDev ! com>
Date:       2014-07-14 14:55:37
Message-ID: 1405349737638-4030909.post () n3 ! nabble ! com
[Download RAW message or body]

"whos" outputs a formatted display of the same information returned by "who"
(name and memory size) and with type and size of each. No value is actually
returned.

"who_user" only returns a list of variables created or loaded by the current
user in the current session. So the first reference to a function in an
already loaded library (like "asinh") will appear in the returned list.

All of them suffer the same lazy-load problem as "listfunctions", which
follows since "whos", "who_user", and "listfunctions" all use "who" to
collect the information they then filter and return or use.
See
  <Scilab installation directory>/modules/core/macros/whos.sci
  <Scilab installation directory>/modules/core/macros/who_user.sci
  <Scilab installation directory>/modules/functions/macros/listfunctions.sci




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


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic