[Scilab-Dev] [a, b, c] = list(%pi, %i, %t, "Text")(:) anomaly

Samuel Gougeon sgougeon at free.fr
Mon Apr 11 21:07:55 CEST 2016


Hello Scilab Team,

I am wondering about the following:

L = list(%pi, %i, %t, "Text");
// Then
[a, b, c] =  L(:)   // works, while
[a, b, c] = list(%pi, %i, %t, "Text")(:)  // doesn't:

--> [a, b, c] = list(%pi, %i, %t, "Text")(:)
list: Wrong number of output argument(s): 1 expected.

Is it the expected behavior?

Regards
Samuel

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/dev/attachments/20160411/576b0647/attachment.htm>


More information about the dev mailing list