Hi,

I have one String array like this.....

str(0)=msg1/msg2/msg3/msg4
str(1)=msg1/msg2/msg5
str(2)=msg1/msg2/msg6/msg7
str(3)=msg1/msg2/msg8

here i want to split the string array....and store like this......
i want to store msg1/msg2 in one string........after msg2 i want to store another string ...how can i do it.....anybody know about it....plz tell me.....

thanks in advance...

kavi_k