Hi, I have been using NoteTabPro for many many years. I use Perl to run scripts over highlighted text. Since the new OS of XP Pro I have noticed that when...
469
Alec Burgess
alecb3ca
Feb 20, 2010 10:34 pm
Robb: This was apparently a known bug up to Notetab 5 (I found discussion of it in the beta group) Sheri said: > Will you be fixing the ^!RunPerl bug. For...
471
tallguy354u1
Mar 20, 2010 3:07 am
I am using NoteTabPro 6.2 and can't get a custom built library to reload itself. In past versions of NTP once the .clb was saved to disk the clipbook would...
472
hsavage
hrs62930
Mar 20, 2010 5:45 am
... Robb, At first thought it sounds as if you have accidentally deleted the first line in said clipbook. The first line, followed by a blank line should read ...
473
Gavin Craig
gavin_craig
Mar 20, 2010 2:20 pm
I only use Notetab liite - sorry ________________________________ From: tallguy354u1 <robb@...> To: ntb-scripts@yahoogroups.com Sent: Fri, 19 March,...
474
Sheri
silvermoonwo...
Mar 20, 2010 3:16 pm
... I'm not having that issue. Can you give more details of exactly what you are doing? Regards, Sheri...
475
Sheri
silvermoonwo...
Mar 20, 2010 7:21 pm
... Usually I edit my clips using clip-edit. But I can instead right click the the library name in the clip panel and Open the clb library as a document. I can...
476
tallguy354u1
Mar 20, 2010 8:25 pm
... The "Restore Default Library" fixed the problem ... You have to right click in the clip-book to see it and it has to be active, meaning that you sorted the...
477
mhcycles
May 5, 2010 9:42 pm
Posting to the notetab list too as this doesn't require a script. Julie I need to create an easy way to process a ntp file and replace every period with a...
478
John Shotsky
shotsky1
May 5, 2010 10:33 pm
It can be done with a clip or not. If you want to do it manually for every document, you can do it with find and replace. Otherwise, you'd want a clip. Using...
479
mhcycles
May 10, 2010 7:34 pm
Thank you John!!...
480
ebbtidalflats
Jun 13, 2010 8:08 pm
Hi Y'all, I've got a weird problem. I want to run an external timer (Wscript) to pop-up a window over the currently executing clip wizard. The problem is, the...
481
mycroftj
Oct 14, 2010 2:29 am
Is it possible to do a FIND given a last name and date that will select an entire 'group39; from the last name up to the blank line after the 'group39;? For...
482
mycroftj
Oct 14, 2010 2:31 am
Drat! Typo. ZANGER,08.29.91 in my search data should be ZANGER,08/29/91 Joy...
483
Eb
ebbtidalflats
Oct 14, 2010 2:03 pm
There are all sorts of ways to do this in NoteTab, depending on what you want to do with the results, and how many of the data groups you want to process, and...
484
rolfessenden
Oct 19, 2010 11:17 am
Hi, I am deciding to buy this (or not). One key task is to create an output file of the lines containing the search string. It looks like this is easy to do....
485
dj Rick Mitchell
djrickmitchell
Oct 19, 2010 5:18 pm
Yes, such a script exists. It is below. I use it all the time. As you can see in the script thee is a link to the place on the net where this script calls...
486
rolfessenden
Oct 20, 2010 11:40 am
There is probably a simple answer to this, but I have not found it in the last 2 days. I want to indent a line, and when it wraps, I want the second line to be...
487
Eb
ebbtidalflats
Oct 20, 2010 3:22 pm
I'm not the moderator, nor do I object to you posting this question here, but you'll have a better chance for getting a helpful answer in other NoteTab groups....
488
Eb
ebbtidalflats
Oct 20, 2010 3:26 pm
I'm not the moderator, nor do I object to you posting this question here, but you'll have a better chance for getting a helpful answer in other NoteTab groups....
489
mycroftj
Jan 28, 2011 10:57 pm
I HOPE this is not something I should easily see. I am using NTL 6.2 This is the FIND command, not a clip. I wanted a regular expression to find lines that did...
490
Sheri
silvermoonwo...
Jan 29, 2011 11:12 pm
... Hi Joy, If you are looking for whole lines that begin with one of those characters, the cursor needs to start at the beginning of a line and your pattern...
491
mycroftj
Jan 31, 2011 6:03 pm
... Sheri, Thanks so much for the explanation. I've been reading and studying and have never noticed any place that points out what you said about the...
492
mycroftj
Mar 28, 2011 11:10 pm
My ultimate goal was to create a script that (left) space or zero pads numbers to a fixed length for sorting. Actual data looks something like File 67817...
493
mycroftj
Mar 29, 2011 12:26 pm
During more thinking in the middle of the night... I could do without the code for the commas. This would make it much easier for me to understand and also be...
494
John Shotsky
shotsky1
Mar 29, 2011 1:09 pm
After reading through this several times, I could not determine the actual goal. To get good assistance, you should provide the starting data, the result that...
495
Don
don@...
Mar 29, 2011 1:13 pm
I'll be honest, I read and did not understand. You just want to sort the middle column in that set of number? Will they always be in columns like this and you...
496
Sheri
silvermoonwo...
Mar 29, 2011 3:04 pm
Hi Joy, A caret inside a character class negates the character class. Outside of a character class it indicates BOL (beginning of the the line). Avoid making...
497
Don
don@...
Mar 29, 2011 3:27 pm
... Hi Sheri, Can you explain those to us? I am trying to grow here a bit ... If I search and replace this: File 67817 Id.ppt Using: ^(.*?)\t([0-9,]+)92;t(.*) ...
498
Sheri
silvermoonwo...
Mar 29, 2011 3:58 pm
Hi Don, Let me know if you have a specific question about my patterns, I don't see anything there that should be hard to follow. If a subpattern starts with ?:...