in reply to for loop help
Rather than having a bunch of scalars you might consider using an array, or a hash, or most likely a hash of arrays. Since I'm not certain of the relative significance of the scalar letters (a,b,c) and the apparent index numbers (1,2,3) it is difficult to make a specific recommendation.
I'm sure a fast-coder will follow-up with some magical sample code shortly.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: for loop help
by codeacrobat (Chaplain) on May 16, 2006 at 12:45 UTC |