Post
by GalaxyMan » Wed Mar 02, 2011 9:31 am
Hi, Marcus.
I tried your suggestion. This is the actual lines of code that I'm trying to work with. I wasn't sure whether to use the Let> before each line or not, so I started by trying it just once before them all. Here is the actual code I'm using.
Let>comma=,
StringReplace>theFileData,150000,$150comma000,theFileData
StringReplace>theFileData,$150000,$150comma000,theFileData
StringReplace>theFileData,150000.,$150comma000,theFileData
StringReplace>theFileData,150comma000,$150comma000,theFileData
The first 3 StringReplace> commands resulted in this:
$150comma000
The 4th one in this:
150,000
Is there any sort of 'bracketing' that can go around the Source and/or the Result data so that any punctuation, or anything but the actual characters/character spaces will be seen and not their inherent values? Sort of like "Source","Result". Would it be % like with commands (%CRLF%)?
Thanks again.
Ronen Ben-Hai
Zutphen, Netherlands