<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<br>
<div class="moz-cite-prefix">On 11.04.2016 07:27, Samuel Gougeon
wrote:<br>
</div>
<blockquote cite="mid:570B35D5.7020000@free.fr" type="cite">
<meta http-equiv="content-type" content="text/html;
charset=windows-1252">
<font face="Arial">Hello,<br>
<br>
With Scilab 6, [a, ,c] = (%pi, %z, "Text") sets c = %z instead
of c = "Text".<br>
Is it expected, or is it a bug?<br>
Is there a way to skip a recipient with respect to its source?<br>
<br>
Samuel<br>
<br>
</font> <br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:users@lists.scilab.org">users@lists.scilab.org</a>
<a class="moz-txt-link-freetext" href="http://lists.scilab.org/mailman/listinfo/users">http://lists.scilab.org/mailman/listinfo/users</a>
</pre>
</blockquote>
<br>
Some surprises here:<br>
<br>
--> [a]=(1,2,3)<br>
a = <br>
1.<br>
<br>
--> [[],[],b]=(1,2,3)<br>
b = <br>
3.<br>
<br>
unknown script form<br>
<br>
-->a=(1,2,3) //Crashes Scilab 6.0.0-beta-1<br>
<br>
Jan Å<br>
</body>
</html>