<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<div class="moz-cite-prefix">Hello,</div>
<div class="moz-cite-prefix"><br>
Le 07/05/2021 à 08:57, Federico Miyara a écrit :<br>
</div>
<blockquote type="cite"
cite="mid:17d3ffd6-e250-8275-804d-b7874625f068@fceia.unr.edu.ar">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<br>
<font face="Courier New">Dear all,<br>
<br>
If I run this simple code<span style="color:rgb(50,185,185);"></span><br>
<span style="color:rgb(50,185,185);"></span><br>
<span style="color:rgb(50,185,185);">ascii</span><span
style="color:rgb(74,85,219);">(</span><span
style="color:rgb(74,85,219);">[</span><span
style="color:rgb(50,185,185);">ascii</span><span
style="color:rgb(74,85,219);">(</span><span
style="color:rgb(188,143,143);">"</span><span
style="color:rgb(188,143,143);">hello</span><span
style="color:rgb(188,143,143);">"</span><span
style="color:rgb(74,85,219);">)</span><span
style="color:rgb(0,0,0);">,</span> <span
style="color:rgb(188,143,143);">13</span><span
style="color:rgb(0,0,0);">,</span><span
style="color:rgb(188,143,143);"> 10</span><span
style="color:rgb(0,0,0);">, </span><span
style="color:rgb(50,185,185);">ascii</span><span
style="color:rgb(74,85,219);">(</span><span
style="color:rgb(188,143,143);">"</span><span
style="color:rgb(188,143,143);">world</span><span
style="color:rgb(188,143,143);">"</span><span
style="color:rgb(74,85,219);">)</span><span
style="color:rgb(74,85,219);">]</span><span
style="color:rgb(74,85,219);">)</span><br>
<span style="color:rgb(74,85,219);"></span><br>
</font><font face="Courier New">Scilab crashes.</font></blockquote>
<p>Do you get a crash if you prevent displaying the result with a
final semi-colon?<br>
<br>
</p>
<div class="moz-cite-prefix">Le 07/05/2021 à 09:26, Jean-Yves
Baudais a écrit :<br>
</div>
<blockquote type="cite"
cite="mid:1164700571.180400.1620372408024.JavaMail.zimbra@insa-rennes.fr">On
Scilab 6.1.0.1582621796 </blockquote>
<p>IMHO, that's the question. Some things were fixed for the last
year about <i>the display</i> of ascii(13), that actually
sometimes crashed.<br>
In the nightly built version, i get the expected display:<br>
<font face="monospace"><br>
--> ascii([ascii("hello"), 13, 10, ascii("world")])<br>
ans =<br>
"hello<br>
world"<br>
</font></p>
<p>Regards<br>
Samuel<br>
<br>
</p>
</body>
</html>