From octave-maintainers-request at bevo dot che dot wisc dot edu Mon Feb 2 12:44:06 2004 Subject: 2.1.53 - invalid structure assignment From: "John W. Eaton" To: Paul Kienzle Cc: octave-maintainers at bevo dot che dot wisc dot edu Date: Mon, 2 Feb 2004 12:42:50 -0600 On 29-Jan-2004, Paul Kienzle wrote: | The following was working in 2.1.52, but stopped in 2.1.53 | | octave> x(1).a = 1; x(2).a = 2; x(2).b = 3; | octave> x([]) | error: invalid structure assignment | octave> x(1:2) | error: invalid structure assignment I think the patch I just posted to the bug-octave list also fixes this problem. Thanks, jwe