String Replace Cmd.
StringReplace>sourcestring,find,replace,newstring
What I Am Trying To Do Is Replace The ,'s In A Set Of Numbers.
Eg The Numbers Are Listed 58,452,197
What I Want To Be Able To Do Is Replace The ,'s With Nothing.
The Stand Way Does Not Work As It Treats The Commas As A Seperator.
StringReplace>sourcestring,find,replace,newstring
StringReplace>58,452,197,,,,NewNumber
String Replace Cmd
Moderators: Dorian (MJT support), JRL
- CyberCitizen
- Automation Wizard
- Posts: 721
- Joined: Sun Jun 20, 2004 7:06 am
- Location: Adelaide, South Australia
String Replace Cmd
FIREFIGHTER
- Bob Hansen
- Automation Wizard
- Posts: 2475
- Joined: Tue Sep 24, 2002 3:47 am
- Location: Salem, New Hampshire, US
- Contact:
As Bob suggests, if you ever need to pass a comma as a parameter just make a variable for it first:
Let>comma=,
StringReplace>string,comma,replace,newstring
This works whichever command you need to use.
Let>comma=,
StringReplace>string,comma,replace,newstring
This works whichever command you need to use.
MJT Net Support
[email protected]
[email protected]