<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_NEW "
   title="NEW - Mixing struct and list causes display trouble. The data seems to be correctly"
   href="http://bugzilla.scilab.org/show_bug.cgi?id=4171">bug 4171</a>
                <br><br>
                ---------- Bug Summary ----------- <br>Mixing struct and list causes display trouble. The data seems to be correctly <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>Result is :
==============
-->tl2 = tlist("X", tl1 , tl1)
 tl2  =
 
 
       tl2(1)
 
 X   
 
       tl2(2)
 
 
        tl2(2)(1)
 
 X   
 
        tl2(2)(2)
 
   field: "value"
 

 But should be :
================
-->tl2 = tlist("X", tl1 , tl1)
 tl2  =
 
 
       tl2(1)
 
 X   
 
       tl2(2)
 
 
        tl2(2)(1)
 
 X   
 
        tl2(2)(2)
 
   field: "value"

       tl2(3)


       tl2(3)(1)
 
 X   
 
        tl2(3)(2)
 
   field: "value"

           </td>
           <td>
                
           </td>
         </tr></table>
      <p>
        <div>

            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Mixing struct and list causes display trouble. The data seems to be correctly"
   href="http://bugzilla.scilab.org/show_bug.cgi?id=4171#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Mixing struct and list causes display trouble. The data seems to be correctly"
   href="http://bugzilla.scilab.org/show_bug.cgi?id=4171">bug 4171</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><span class="quote">>struct.field = "value";</span >

Here you delete/overwrite the structure constructor struct()...</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are watching all bug changes.</li>
      </ul>
    </body>
</html>