1
Finished Programs / Re: SOLVED: Insert text string to front / end of each line in a text file
« Last post by JimboNWUK on October 28, 2012, 05:04 PM »Additional update: increased to release 2.1 to add a "Replace[]With:" setting to the ini file. I hit this problem not long after the last update so the fix has had to go in the quickest way I could think of. Because the statement parser relies upon the presence of square brackets to find the parameters within the statement this causes problems if one of your parameters is, or contains, a square bracket. This setting allows you to choose 2 other characters with which to replace them (and is set to the 'curly brackets' by default). You can then use the curly brackets (or your chosen replacement) wherever you originally intended to use the square brackets. This replacement will take place before any other operation on the text. If your text contains square brackets that do not form part of your parameters, and that you do not want changed, simply set the replacements to "[]".
Regards,
Jim.