octave-maintainers
[Top][All Lists]
Advanced

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

Re: parsing problem with OOP?


From: bpabbott
Subject: Re: parsing problem with OOP?
Date: Wed, 17 Nov 2010 16:01:48 +0000 (GMT)

On Nov 17, 2010, at 09:27 AM, Judd Storrs <address@hidden> wrote:

On Wed, Nov 17, 2010 at 7:56 AM, Ben Abbott <address@hidden> wrote:
> octave:3> f.s.words
> Reference to struct property failed.

What's happening is that the double prop is now a struct
array with prop(1) and prop(2). I think you may just need to change:

ok = strcmp (prop.type, ".");

to

ok = strcmp (prop(1).type, ".");

--judd
 
Thanks Judd

Ben

reply via email to

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