1 <?xml version="1.0" encoding="UTF-8"?>
2 <refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svg="http://www.w3.org/2000/svg" xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:db="http://docbook.org/ns/docbook" xmlns:scilab="http://www.scilab.org" xml:lang="en" xml:id="who_user">
4 <refname>who_user</refname>
5 <refpurpose>listing of user's variables</refpurpose>
8 <title>Calling Sequence</title>
9 <synopsis>varList = who_user([bPrint])</synopsis>
12 <title>Arguments</title>
18 enable or disable screen outputs (default: <constant>%t</constant>).
25 <title>Return value</title>
31 a column vector of user's variables or <listing>[]</listing> if user does not have variable.
38 <title>Description</title>
40 <literal>who_user</literal> displays and/or returns user's variable names.
44 <title>Examples</title>
45 <programlisting role="code_scilab"><![CDATA[
59 <refsection role="see also">
60 <title>See Also</title>
61 <simplelist type="inline">
63 <link linkend="whos">whos</link>
66 <link linkend="who">who</link>
71 <title>History</title>
74 <revnumber>5.4.0</revnumber>
76 <function>who_user</function> can now return user's
77 variable names in a column vector of character strings.