octave-maintainers
[Top][All Lists]
Advanced

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

Re: parsing problem with OOP?


From: Judd Storrs
Subject: Re: parsing problem with OOP?
Date: Wed, 17 Nov 2010 09:27:55 -0500

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


reply via email to

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