... Such as you've shown it, you're replacing in an empty string ^%current_event% ... Is this one event or 5? ... Where did %gender% get set? I think you...
well current_event has in it one of the terms I described at the outset by the time we arrive here in the clip that runs for several hundred lines ... so I...
... I suppose you could paste the ^%current_event% to a new document to avoid doing several strreplaces on it. But the best you will save is one command, that...
... Thanks Flo, you taught me some things :) For one, I thought it was necessary to capture the empty string or the token in the replacement string would be...
Greetings, First post here, but I've used Not Tab Light for years, specifically with regards to creating complete HTML projects. An ongoing pet-peeve/headache...
... You should have asked much earlier! ... I assume that last empty line is already present. Then try: ^!Replace "^P" >> "<br>^P" WAS ^!Replace "^(\d{3}\.)"...
I'd use regular expressions, and prevent the double <b> tags. ;Add <Br> To the front of the numbered sections only ^!Replace "^(\d{3}\.)" >> "<b>$1" ARTSW ;Add...
... LoL - Didn't know this place existed. 8) Many thanks for the quick reply, as I really appreciate it. ... ^!Replace "^P" >> "<br>^P" WAS ^!Replace...
Silverleaf (r_silverleaf@...) wrote (in part) (on 2009-05-02 at ... First - update your (free) 4.x version of Notetab Lite to the current 5.x version of...
... at the begining of a line (that's what the leading ^ does) ... from inside the first (in this case only) pair of round brackets ... Yes. I should have...
... ...but keep in mind that unlike in the current version (5.8), regular expression processing in 4.95 was slow and prone to crash on a large document. ...
Friends, I never used GetFileFirst. Any time I need a loop to do anything, I create a DIR of his directory, create a counter and ^!Inc, and do anything in any...
... It allows you to choose only certain files with given name patterns without copying them first. I have a prepared frame for multi-file changes that uses...
I have a situation where I'd like to delete several lines between two delimiters, multiple times in a file, in addition to leading and trailing 'stuff' that I...
Thanks! I did figure out a way to do it, by placing 'fake' delimiters at the beginning and end of the file, then using a find, a replace, then removing the...
This is one thing I have never been able to figure out, but the time has come where no alternative exists.and I need to learn anyway. I need to be able to move...
Thanks, Alec, I'll look into that GetDocListAll command. Below is my rather kludgey way of doing it.added fake delimiters, performed a replace, removed the...
... A very rough draught: 1) Do a Regex Find with braces to highlight exactly the part you mean. 2) Set a variable to the highlighted part. 3) Use variables as...
John Shotsky (jshotsky@...) wrote (in part) (on 2009-05-04 at ... Question: Are "Move Line nnn. " and "Directions nnn." the actual tags found in the...
Hi all, This is about the new release of Version 6, which has not been announced on this list. I heard about it from the Basic list and downloaded it, and...
... So the main problem and limitation has not been touched: No ability to highlight anything but HTML. A shame. I would long have transferred all my code...
Hi, I was able to update to this release through check for updates. But when I open an UTF-8 file all Polish characters are converted to their ASCII/ANSI...
;This Clip will copy the text and put it back together, but in reverse. ;It should work on any text open in the window, but will do the whole page. ;It will...