in reply to returning data from a for() loop?
Are you trying to split the string into individual characters? Then you should read up on "split".
Are you trying to manipulate each element of an array and hold onto the manipulation? Then you should read up on "map".
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: returning data from a for() loop?
by strfry() (Monk) on Jun 08, 2001 at 23:22 UTC | |
by Sifmole (Chaplain) on Jun 08, 2001 at 23:24 UTC | |
by strfry() (Monk) on Jun 08, 2001 at 23:33 UTC |