hi all, newbie wanna ask...
if i have string sent from serial comm, lets say the string is like this :
name1
name2
name3
how can i split that string into separate string, lets say i will put name1 into textbox1, name2 into textbox2, name3 into textbox3?
thanks for the help.