Re: length of an array in a struct in an array of structs in a struct in an array of structs
- From: "Paul Lalli" <mritty@xxxxxxxxx>
- Date: 28 Jul 2005 13:32:57 -0700
Tuan Bui wrote:
> Paul Lalli wrote:
> > Billy N. Patton wrote:
> >
> > > Ths should do it.
> > >
> > > $l=scalar(@{$VisitArray[$i]->PSearchStructArray[$j]->ClickPathArray});
> >
> > Assuming the above does what you want,
> >
> > $l = @{$VisitArray[$i]->PSearchStructArray[$j]->ClickPathArray};
> >
> > should work just as well.
>
> If by "just as well" you mean "syntax error," then yes :) It's one of
> the first things I tried.
Wait. Do you actually mean that the first line of code above, from
Billy Patton, does work, but that the second line of code, from me,
does not?
What syntax error does the second give that the first does not?
Paul Lalli
.
- Follow-Ups:
- References:
- length of an array in a struct in an array of structs in a struct in an array of structs
- From: Tuan Bui
- Re: length of an array in a struct in an array of structs in a struct in an array of structs
- From: Billy N. Patton
- Re: length of an array in a struct in an array of structs in a struct in an array of structs
- From: Paul Lalli
- Re: length of an array in a struct in an array of structs in a struct in an array of structs
- From: Tuan Bui
- length of an array in a struct in an array of structs in a struct in an array of structs
- Prev by Date: Re: multidimensional insertion order
- Next by Date: Re: multidimensional insertion order
- Previous by thread: Re: length of an array in a struct in an array of structs in a struct in an array of structs
- Next by thread: Re: length of an array in a struct in an array of structs in a struct in an array of structs
- Index(es):
Relevant Pages
|
|