M
Michel Vanderbeke
Can anyone help me with this: I have a string, containing an amount of
numbers to begin with, then eventually some text, like
strLine = "0476334089 (home number)"
I want to format the numbers en let the text be unchanged, so the result is
like this
0476/33 40 89 (home number)
The numbers must be formatted using a pattern and the text must be left
unchanged.
All suggestions are welcome.
Many thanks and greetings,
Michel
numbers to begin with, then eventually some text, like
strLine = "0476334089 (home number)"
I want to format the numbers en let the text be unchanged, so the result is
like this
0476/33 40 89 (home number)
The numbers must be formatted using a pattern and the text must be left
unchanged.
All suggestions are welcome.
Many thanks and greetings,
Michel