[Scilab-users] ignore function output variable

sgougeon at free.fr sgougeon at free.fr
Thu Nov 10 12:38:13 CET 2016


Hello Christoph,

If you are searching for a one-char recipient, for instance "?" or "#" or "%" are valid starting chars for a name of identifier (variable).
So
[#,o]= getversion()  // works, as well as
[?,o]= getversion()  // or
[%,o]= getversion()

However, the first argout is actually assigned (and possibly displayed). AFAIK, this can't be presently avoided.

HTH
Samuel



More information about the users mailing list