Hi,
If I have a string where there are multiple spaces in it... for example
strS = "TEST TEST STRING TEST"
just as a random string, with random amount of spaces in the string I thought I would be able to use the replace function, to make the multiple spaces into one space. but can't seem ti get this to work.
I was thinking maybe I need to loop the string to replace multiple spaces by one space.
Any advice and help apreciated.
Cheers,
Neemi
If I have a string where there are multiple spaces in it... for example
strS = "TEST TEST STRING TEST"
just as a random string, with random amount of spaces in the string I thought I would be able to use the replace function, to make the multiple spaces into one space. but can't seem ti get this to work.
I was thinking maybe I need to loop the string to replace multiple spaces by one space.
Any advice and help apreciated.
Cheers,
Neemi