i have a textbox that contains words and every word is separated by a ; my problem is how would i separately input them to the other textboxes?



here is the concept.

textbox1 contains "apple;orange;pineapple;grapes"
textbox1 will not have the same contents.

on the click of a button

textbox2 will contain apple
textbox3 will contain orange
textbox4 will contain pineapple
textbox5 will contain grapes