I can't get the Replace command working.
Also the Replace method for a string doesn't seem to work.
It just prints the exact same text, without replacing the space-chars with nothing ("").
Also the Replace method for a string doesn't seem to work.
Print Replace$("This is a test to replace spaces", Chr(34), "") Local TestString$ = "This is a test to replace spaces" Print TestString.Replace(Chr(34), "")
It just prints the exact same text, without replacing the space-chars with nothing ("").