Hi, I start with a newsgroup list like...... 0.verizon.windows2000 0.verizon.windowsxp 0.verizon.windowsxp 0.verizon.windowsxp 24hoursupport.helpdesk ...
John Fitzsimons
johnf@...
Nov 2, 2008 11:30 pm
18614
... This will do it exactly as above, but version 5+ is required: ^!SetScreenUpdate Off ^!Jump Doc_End ^!If ^$GetCol$>1 Next Else Skip ^!InsertText ^P ^!Jump...
... I have done that much less efficiently in the past. I'll try to break it down ... set screen update off just speeds life up jump doc end takes us to the...
... Doesn't matter to the clip if there are multiple blank lines at the end -- only thing that matters is, the last line with content needs to have a CRLF aka...
I'm going to dump Microsoft and switch to Linux. I'd like to keep NoteTab and tidy. Would anyone have an idea which build of Linux works best ... please tell...
... Hi Cheri, ... Thanks for the mention. I downloaded 5+ to try it out. ... Excellent ! I started with a file with more than 200K lines and it did the job...
John Fitzsimons
johnf@...
Nov 4, 2008 2:38 am
18620
... Best for doing what ? That is like asking which is the best car, best flower, best food etc. This link should help you.... http://distrowatch.com/ and/or ...
John Fitzsimons
johnf@...
Nov 4, 2008 3:14 am
18621
CC'd this also to ntb-OffTopic@yahoogroups.com (ntb-offtopic yahoogroups list) Please, if anyone reply to this post, verify that your reply only goes to...
... You might try running NTP through WINE or Crossover Office. The first one is free, the other one is a commercial emulator for running Windows software on...
On Mon, 03 Nov 2008 07:01:02 -0500, Don - HtmlFixIt.com wrote: Hi Don, < snip > ... Thanks. I did give it a go in 4.95 but unfortunately it didn't finish. It...
John Fitzsimons
johnf@...
Nov 4, 2008 6:59 am
18624
... Can you explain the differences? Might there be spaces at the end of some lines or something? Regards, Sheri...
I am copying this also to the NoteTab Linux list which started over a year ago. My distro of choice is Ubuntu and NTB works fine in Wine (not so fine in...
... Sheri, Just another idea concerning your solution: In the past, we have used that pattern... ^(.+\r\n)\1* quite often for finding duplicate lines. I think...
... That works fine. Here's one that ignores trailing white space and empty lines in the data (but goes back to counting strings for count): ^!SetScreenUpdate...
The first clip (I added " - Selected is Text" to the name) was a sample in the HTML.clb file. I wanted to clone it and create a clip that used the selected...
... works for me. Can't seem to make it fail. ... No, but are you executing these clips on their own, as presented, or combining them into one clip? The token...
... No, T=T is one of the field options you can use. See "Clip Wizard and Fields" in Clip Help. I've actually never used this one. It seems to a do a whole lot...
... \z";"\r\n")$";YES;YES)$ ... Sheri, I think there's a problem with this solution. It ignores trailing blanks and empty lines in the counting of duplicate...
... You're right. ... Not necessary if we change the ^!Find to this: ^!Find "^(.+\S)(\s*\r\n\1)*" RS ... Haven't tested that and it may work fine. However it...
Hi, I faintly recall this has been discussed before, but I don't find it. Problem: if you want to copy/cut/delete the rightmost column and that column is only...
... Indeed that pattern matches in the middle of \r\n. So after replacement, we end up with \r\n\n. The reason it makes no difference to the outcome is because...
Hi, ... No, it can be anything. Take the below, you can't do anything with the X column. Or maybe I should say I can't. 000000X 000000X 000000X 000000X Lotta...
... I was trying to avoid the B word! ;-o) But I guess there could be some obscure technical reason. Maybe. I guess I've never needed to copy a one character...