<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<div class="moz-cite-prefix">Le 18/02/2021 à 15:27, Jean-Yves
Baudais a écrit :<br>
</div>
<blockquote type="cite"
cite="mid:235958687.223883.1613658466434.JavaMail.zimbra@insa-rennes.fr">
<pre class="moz-quote-pre" wrap="">Hi,
</pre>
<blockquote type="cite">
<pre class="moz-quote-pre" wrap="">for i=1:10 mprintf("%d \r",i); end
</pre>
</blockquote>
<pre class="moz-quote-pre" wrap="">1 2 3 4 5 6 7 8 9 10
It's not really what I expected. So I tested
</pre>
<blockquote type="cite">
<pre class="moz-quote-pre" wrap="">for i=1:10 mprintf("\r %i",i); end
</pre>
</blockquote>
<pre class="moz-quote-pre" wrap="">and Scilab-6.1.0 crashes with a shell message
"terminate called after throwing an instance of 'GiwsException::JniCallMethodException'
[...]
End of stack"
Is it a bug?
</pre>
</blockquote>
<p><font face="Arial">Yes it was. It is<a moz-do-not-send="true"
href="http://bugzilla.scilab.org/16536"> already fixed</a> for
Scilab 6.1.1.<br>
</font><br>
</p>
</body>
</html>