Re: length of an array in a struct in an array of structs in a struct in an array of structs
- From: "Tuan Bui" <bigtrick@xxxxxxxxx>
- Date: 28 Jul 2005 13:13:17 -0700
Tuan Bui wrote:
> I'm pursuing the intermediate-step path right now:
>
> my @PSARef = @{$VisitArray[$i]->PSearchStructArray};
> for(my $k = 0; $k < scalar(@{$PSARef[$j]->ClickPathArray}); $k++) {
>
> but for some reason it's returning abnormal lengths that are invariant
> with different iterations of the innermost loop.
>
Update: This approach actually works. The constant-length problem
seems to stem from a bug elsewhere in my code.
Thanks for all the help, peepz!
Tuan
.
- Follow-Ups:
- Re: length of an array in a struct in an array of structs in a struct in an array of structs
- From: it_says_BALLS_on_your forehead
- Re: length of an array in a struct in an array of structs in a struct in an array of structs
- 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: length of an array in a struct in an array of structs in a struct in an array of structs
- 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):