Hello Community,
i have to copy an adress which could be like: "tumleby 12 5340 taastrup"
i would then like to copy this into three parts so that it would be:
string1 = tumleby
string2 = 12
string3 = 5340
string4 = taastrup
however, i can't really figure out how you could do this since the adress can change so that the different strings could be bigger or smaller
does anyone have any idea to how this could be done?
#Rumba




