split() and merge an array
I have a string i want to store it in to a string separated by * then send it to another method. From that method read the array and want to print those values. How can i do this.
[186 byte] By [
jolaa] at [2007-10-3 4:34:14]

1. Write soem code that creates an array, and assigns the string to the array elements.2. Write some code that reads the array elements, and prints the values.If you have problems, you can post code and ask questions. But you have to write the code.