Split Strings
807606May 21 2007 — edited May 21 2007Hello Everyone,
I am just stuck with one problem. I would like to know how to separate strings and save the values to different ArrayList.
String("A1355469865 53")
I would like to add "A1355469865" to producList.add(A1355469865)
and sohList.add(53), It would be awesome if anyone could please help me out.
I have tried String.Split method but didnt really seem to work..