J
J
I have a string with lots of numbers i need in a seperate
an array. each number is split using a ",". How do i
split them up and put them in to an array.
eg.
egstring = 1,23,423,2,2
i need to get the numbers
1
23
423
2
2
and then add them to an array.
thanks for any help in advance. J
an array. each number is split using a ",". How do i
split them up and put them in to an array.
eg.
egstring = 1,23,423,2,2
i need to get the numbers
1
23
423
2
2
and then add them to an array.
thanks for any help in advance. J