split a string
Posted: Wed Aug 03, 2005 12:11 pm
lets say i hav a string "abc,def,ghi"
how can i split this string and store it in an array eg
array1 = abc
array2 = def
array3 = ghi
how can i split this string and store it in an array eg
array1 = abc
array2 = def
array3 = ghi