<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 - The display of a struct having no fields does not work."
href="http://bugzilla.scilab.org/show_bug.cgi?id=7181">bug 7181</a>
<br><br>
---------- Bug Summary ----------- <br>The display of a struct having no fields does not work. <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;">URL</td>
<td>-->s=struct("txt","Hello","num",%pi,"pol",%z^2+1)
s =
txt: "Hello"
num: 3.1415927
pol: 1+z^2
-->s.txt=null();s.num=null();s.pol=null();
-->s
s =
!--error 49
Fichier ou format incorrecte.
at line 47 of function %st_p called by :
s
</td>
<td>
</td>
</tr>
<tr>
<td style="text-align:right;">Component</td>
<td>Scilab
</td>
<td>Console
</td>
</tr></table>
<p>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are watching all bug changes.</li>
</ul>
</body>
</html>