Hi,
Im trying to find a method of separating strings such as:
1,5,13,42
or
4,2,1
and add the values of the numbers to an array
Any ideas of how I would go about doing this
Thanks
String separating and arrays
Moderator: General Moderators
- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia
Re: String separating and arrays
*yawn*Ruski wrote:Hi,
Im trying to find a method of separating strings such as:
1,5,13,42
or
4,2,1
and add the values of the numbers to an array
Any ideas of how I would go about doing this
Thanks
explode()