pantagruel
Joined: 08 Oct 2006 Posts: 67 Location: denmark
|
Posted: Tue May 20, 2008 12:31 pm Post subject: space replace with stringreplace |
|
|
I thought I was doing this right
StringReplace,ThisString,varText,%A_SPACE%,_, All
MsgBox %ThisString%
I'm trying to replace the spaces in varText which should only be single spaces with a _. But it does not seem to be working. |
|