octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

3.4.3-rc0 cell withinh struct


From: John W. Eaton
Subject: 3.4.3-rc0 cell withinh struct
Date: Thu, 6 Oct 2011 15:38:12 -0400

On  5-Oct-2011, Juan Pablo Carbajal wrote:

| Hi,
| The following coomand works in 3.2 3.4 and devel repo.
| 
| > s.a = {[1,2],'b'}
| 
| 3.4.3-rc0 says: error: invalid assignment to cs-list outside multiple 
assignment

That message can happen if s is already a structure array before the
assignment.  But if s is undefined before the assignment, or if it is
a scalar structure (not a structure array) then it works as expected
for me with the release candidate.

jwe


reply via email to

[Prev in Thread] Current Thread [Next in Thread]