08.01.2011, 17:55
Hey, I got 3 numbers which a person gave me via a dialog. So it's saved in inputtext. These 3 numbers are already split with a ":". For example: 1:324:26126
Now I want to have each part in a extra string without the ":". For example: string1: 1, string2: 324, string3: 26126
How to do that?
Now I want to have each part in a extra string without the ":". For example: string1: 1, string2: 324, string3: 26126
How to do that?