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

_______________________________________________
dev mailing list
[email protected]
http://lists.scilab.org/mailman/listinfo/dev

Reply via email to