Renejola Newbie
Joined: 11 Sep 2005 Posts: 4
|
Posted: Sep 13th, 2005 10:15 AM Post subject: Splitting up a string |
|
|
i have a string
(test1; test2; test3; test4)
now i want to split it up into 4 strings
(test1;)
(test2;)
(test3;)
(test4)
how should i do this?? |
|