in reply to Where is my foreach data going to?
Is actually an array slice. You probably wanted this instead:@athlete[$i,$j++] = $bug ;
It's pretty easy to mistake array slices for array indices.$athlete[$i,$j++] = $bug;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Where is my foreach data going to?
by Abigail-II (Bishop) on Sep 18, 2003 at 09:52 UTC | |
|
Re: Re: Where is my foreach data going to?
by brotherdaniel (Novice) on Sep 18, 2003 at 01:08 UTC | |
by Roger (Parson) on Sep 18, 2003 at 01:23 UTC |