Clip help shows the format of ^!If to be the following: ^!If Integer1 <>= Integer2 GoToLabelTrue [ELSE GoToLabelFalse] It doesn't say anything about being able...
Roy Herring
roynancy@...
Apr 1, 2004 11:26 pm
11732
Roy, This is what Help says about it (read it at the top of Testing Conditions) "New since NoteTab 4.8: conditional commands now accept a command statement...
Thanks, Hugo. I had missed that and it makes things easier for me. Roy ... From: "Hugo Paulissen" <hugopaulissen@...> To: <ntb-clips@yahoogroups.com> ...
Roy Herring
roynancy@...
Apr 2, 2004 3:08 pm
11734
Hi ntb-clips, I've found what I think is a unusual bug in search and replace (with regular expressions). I'm hoping that Fookes will be able to check this...
I've been able to duplicate and verify this behavior as well. There are other RegExp problems involving NoteTab, for example not all Shorthand Character...
... Julie, ROWEL, You can resort to clips to perform the desired change. Both short clips below will do the job, you only have to preselect the chosen lines...
Hi Pete, In the clips that I sent to you, the lines marked with "begin long line" and "end long line" are split up by the email process and will not work ...
Hi, HRS's is more simple. (I knew there was an easier way to do this) Nonetheless, I was very nearly done when HRS's clip reached/arrived me. So, here's what I...
Hi Pete, A big Oops here. I should have told you how to use the clip. You place the cursor just to the left of the letter you want to see and run it. If you...
Hi, Because I began with find using R regex option -- then I thought to try replace also using R regex option. And, THAT makes it work! Go figure! Either of...
Hi Pete, ... included clips) that will allow me to see the hexadecimal equivalent of selected characters in a file? I think that would help me figure out what ...
Rowel, Julie, Alan, hrs: This one liner should do the job : taking any group of three lines followed by a blank line and replacing it by line-1\tline-2\tline-3...
Hi Alec, Brilliant. I had suspected that using tagged match it could be one liner. But my brain didn't get it conceptualized/actualized into existence. But...
This probably should be on the Clips group, but... I've modified Larry's clip and added text descriptions of all Ctrl characters (those with decimal value <...
... ^ ^ this space >>>>>>>>>>>>>>>>>>>>>>^ something is replacing that space with an char that's invisible but is not a space. I'm guessing it is Yahoo that is...
Hi, http://users.cwnet.com/acummi/addresses/email.txt Above, a copy of a email that I just received in private (after I had sent to this list) I am going to...
... subscribed members see your address in their email as the from address ... and can click on reply directly to that all email addresses are sanitized in the...
I meant to copy my reply to off topic. I missed that. I did now ... and I would suggest we pick this up over there. On further looking, I do see the from...
... Alec, Alan, Neither regexp line works correctly for me, you are getting closer! -- Alec's line and trouble encountered; h=test3 ; leaves no blank line...
... sent to this list) ... long time. ... to be sent to the list, then each list member gets it but without my address on it. Right? Alan, I received exactly...
... It's actually an antispam service I've my email set up through. I'll make a minor adjustment and it'll be corrected that no one gets these. Sorry for the...
Hi all, What's wrong with this one? ^!Replace {.+}\n{.+}\n{.+} >> \1\t\2\t\3 RAWS Hugo BTW Alec, the link you sent is dead... I have installed another regex ...
... (1) My recollection of Rowan's original problem statement was that it eliminated the blank line between the groups of three - yours doesn't. (2) Error...
... [ . . ] ... [ . . ] ... I knew about the last group but distracted/overlooked/forgot to implement a fix for it until you brought it to my attention. ^!Jump...
Okay, I've now read the original question in Alans post. It is easy to do without regular expressions... and you can do it in a two-step search and replace as ...
Hi everyone, Thanks for all the help I got appending lines together. Really made my day and certainly convinced several friends about the worthiness of...
Ok, I've got another problem and I know you guys can help me. Sometimes, the blocks of Lines 1 to 3 are nicely separated w/ a single newline. There are times,...