Hello,

Could someone explain why the following error occurs when trying to remove using null() an element from a Scilab dynamic list constructed as follows:

test(1).parm1 = [ 1 2 3 4];
test(1).parm2 = ones(3,3);
test(2) = test(1);
test(2).parm3 = "hello";
test(1)=null();
   !--error 10000 
   Incorrect assignment.\n
   at line      13 of function %0_i_st called by :  
   test(1)=null();

Thanks and regards,
Rafael Guerra


        
        
        
<br/><hr align="left" width="300" />
View this message in context: <a href="http://mailinglists.scilab.org/Scilab-dynamic-lists-and-correct-use-of-null-tp4027237.html">Scilab dynamic lists and correct use of null()?</a><br/>
Sent from the <a href="http://mailinglists.scilab.org/Scilab-users-Mailing-Lists-Archives-f2602246.html">Scilab users - Mailing Lists Archives mailing list archive</a> at Nabble.com.<br/>