I got a textbox which holds a persons address
For example
Streetname / house number / box number
They are seperated by a space
I want them to go into their own textboxes TxtStreet, TxtHousNr, TxtBoxNr
I am pretty sure its best done with indexof
But i cannot get it figured out.
Can anybody please give me a exaple?
Thanks