<html>
<head>
<base href="http://bugzilla.scilab.org/" />
</head>
<body><span class="vcard"><a class="email" href="mailto:sgougeon@free.fr" title="Samuel GOUGEON <sgougeon@free.fr>"> <span class="fn">Samuel GOUGEON</span></a>
</span> changed
<a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - tlist element referencing has to comply with name rules in the dot syntax, but"
href="http://bugzilla.scilab.org/show_bug.cgi?id=2306">bug 2306</a>
<br><br>
---------- Bug Summary ----------- <br>tlist element referencing has to comply with name rules in the dot syntax, but <br><br>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">Status</td>
<td>NEW
</td>
<td>RESOLVED
</td>
</tr>
<tr>
<td style="text-align:right;">URL</td>
<td>//truncation:
-->A = [];
-->A.verylongteststring123456789123456789 = 1;
-->disp(A);
verylongteststring123456: 1
//illegal characters:
-->B("***\\{}")=2
B =
***\\{}: 2
-->B.***\\{}
!--error 2
invalid factor
</td>
<td>
</td>
</tr>
<tr>
<td style="text-align:right;">Resolution</td>
<td>---
</td>
<td>FIXED
</td>
</tr>
<tr>
<td style="text-align:right;">Assignee</td>
<td>serge.steer@inria.fr
</td>
<td>bugzilla.admin@scilab.org
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - tlist element referencing has to comply with name rules in the dot syntax, but"
href="http://bugzilla.scilab.org/show_bug.cgi?id=2306#c4">Comment # 4</a>
on <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - tlist element referencing has to comply with name rules in the dot syntax, but"
href="http://bugzilla.scilab.org/show_bug.cgi?id=2306">bug 2306</a>
from <span class="vcard"><a class="email" href="mailto:sgougeon@free.fr" title="Samuel GOUGEON <sgougeon@free.fr>"> <span class="fn">Samuel GOUGEON</span></a>
</span></b>
<pre>Scilab 6 now refuses such a field name:
--> B("***\\{}")=2
Invalid index.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are watching all bug changes.</li>
</ul>
</body>
</html>