On 11.04.2016 07:27, Samuel Gougeon wrote:
Hello,

With Scilab 6, [a, ,c] = (%pi, %z, "Text") sets c = %z instead of c = "Text".
Is it expected, or is it a bug?
Is there a way to skip a recipient with respect to its source?

Samuel



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

Some surprises here:

--> [a]=(1,2,3)
 a  =
   1.

--> [[],[],b]=(1,2,3)
 b  =
   3.

unknown script form

-->a=(1,2,3) //Crashes Scilab 6.0.0-beta-1

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

Reply via email to