Code: Select all
Entry 1
<crlf>
================================
<crlf>
Entry 2
<crlf>
================================
<crlf>
...
Thanks!
Code: Select all
Entry 1
<crlf>
================================
<crlf>
Entry 2
<crlf>
================================
<crlf>
...
thing.SkyFrontier wrote:...can this tool be able to search and replace text strings, preferably as a second optional stage and if defined by user, do that on the writefrile stage at the merging time?
Code: Select all
::writeFile("zzzSEPARATOR.txt", "====End=of=File===SEPARATOR====End=of=File===", o); $a = readfile(<curitem>); copytext $a; writeFile("_MergedText.txt", "<crlf><crlf>$a<crlf><crlf>==================", a, tu); focus; sendkeys'{down}'; focus a; sendkeys"{enter}";