C
Christopher Brandsdal
Hi!
I have a string I have to break up in several strings.
THe string looks like this:
39-Fagleder,38-Eier,42-Avdelingsleder,37-Etelleranna
The Syntax is NUMBER-TEXT,
I wan't to break up the string like this:
39 Fagleder
38 Eier
42 Avdelingsleder
37 Etelleranna
I have tried to use For Next.
Is it better if the Syntax is: NUMBER,TEXT,
??
Thanks!
Christopher Brandsdal
I have a string I have to break up in several strings.
THe string looks like this:
39-Fagleder,38-Eier,42-Avdelingsleder,37-Etelleranna
The Syntax is NUMBER-TEXT,
I wan't to break up the string like this:
39 Fagleder
38 Eier
42 Avdelingsleder
37 Etelleranna
I have tried to use For Next.
Is it better if the Syntax is: NUMBER,TEXT,
??
Thanks!
Christopher Brandsdal