how to convert a string ("123,213,1" ) into an array of 123,213,1
Splitting strings
Collapse
X
-
Tags: None
-
Originally posted by anwesh maityhow to convert a string ("123,213,1" ) into an array of 123,213,1
section as you could have read; I'll move your question for you.
kind regards,
Jos -
Open the API docs page for the String class and read about the split method.
P.S That title is not allowed as per the posting guidelines. I'll have to rename it.Comment
Comment