Hi,

I would like a string like this "0 1 2 3" to become "0.1.2.3" and to have that only for numbers, not strings.

My idea would be to ... hmm ... do a for , next loop to the len of the string...and while doing the loop to get the mid on each chr .... and if a chr = a number + empty space to replace the numer and empty spaec with .

would that be the correct way to go? any ideas?

Any help would be appreciated.

Cheers!