From octave-maintainers-request at bevo dot che dot wisc dot edu Thu Jan 29 20:57:23 2004 Subject: 2.1.53 - invalid structure assignment From: Paul Kienzle To: octave-maintainers at bevo dot che dot wisc dot edu Date: Thu, 29 Jan 2004 21:55:59 -0500 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 Paul Kienzle pkienzle at users dot sf dot net