I have Notetab 6.2 Free on Win XP. Since I upgraded from an older version (5.x?) my hotkey combinations won't work. Here is one example combination: Clipname:...
Hi friends, With regex, how I remove (from a list of 1000 lines) all lines that include the word "toremove" in the of a line? I know, it is a stupid question,...
I have encountered a really difficult to find bug that crashes NoteTab with an access error. Run the following bit of text: Try a light, crisp white to balance...
Hi, I searched the archive and couldn't find anything I can directly use. I have a clip that extracts lines you specify (tag names) from a Framemaker MIF file,...
Hi all, Though I'm using NoteTab for years now, I just started diving into the Clip language. Mainly I do some Find/Replace operations with regex. For a...
Hi all, First, a great thank for all the valuable infos about the Find dialog box. For today, I have a problem with GetDocListAll, which seems not to take...
I always have trouble making these things work. I enclose groups of text with [[[[group of text]]]] with up to thousands of instances. The very first one may...
I have a few clips, and the odd AWK script which works on all the (marked?) text in a file. They seem to be two separate ideas. Is it possible to use scripts...
I want to build a "fork" in a clip I use. I want to say something like, Which of these best fits your situation: apple - set value 1 orange - set value 2 ...
does anyone know, (and thanx in advance) if i can reference a pic file and have win pic & fax viewer open it? this is what i've tried... ^!Open [rundll32.exe...
I have a list of email addresses that is in alphabetical order. Each month, this list changes at least a little. The names get 'assignments39; from me. I would...
I want to assign two digits to a variable ... they are preceeded and followed by a colon and a decimal: \:(\d\d)92;. How do I leave the colon and period...
... It isn't. As far as I can recall I found in one of the examples or standard libraries provided, but there's absolutely nothing on ^= in the help files. ...
Okay, solve my earlier problem -- had to add keyboard delay and it worked well the rest of the way. I think it may also have been caused by data validation I...
I have a list like this: Addison Adrian-Lenawee Christian Akron-Fairgrove Alba Albion Ann Arbor-Greenhills I want to fill in a google document form drop down...
The "Find a specific word" topic reminded me of a similar problem I couldn't resolve so far. The subject string, for example, is... 9. General introductions to...
I have a recurring data project with data in predictable but variable blocks -- I'll show two examples here: In the end what I want to do is read the top line...
I need to be able to find a word and its surrounding words, up to 3 in front and 3 following. For example, in the sentences below I'd like to search for 'aid'...
I'd like to be able to sort groups alphabetically, ascending only. The groups are identified with square brackets, and I want to sort only on the first line in...
Someone mentioned odd changes to clips recently. Well, an odd thing happened on 4.95 this morning. A clip run automatically every day reverted to a version 2 ...
Suddenly not working ... thought it did. File has 1300 lines, is there a file size max on this working? ^!Set %DataTested%=^?{RegEx Term to Search For, Pipe...
I want to work on one column of data on each line. The example I am working on today looks like this: 1 Tom Van Gogh Brother Rice 184 16:09.2 5:13/M 2 John...
I have many person clipbooks for each of the programming languages I use for development. For the last few months I've been noticing that it looks like there...
I'm looking for a standard way to add the contents of a file (file2) to the ends of the matching lines of another file. (file1) Both files have the same number...
Thanks for all the contributions. One on 4.95 In the following extracts from the help file for 4.95 :- ^$GetColEnd$ Returns the cursor column index in the...