String replace is not giving results as expected. I want to result every two spaces " " -> " ". As you can see there are left some doublespaces.
Print "test1 test2 test3 ".Replace$(" "," ")
That should print "test1 test2 test3" but it doesnt.
Print "test1 test2 test3 ".Replace$(" "," ")
That should print "test1 test2 test3" but it doesnt.