NTL 6.2 on Win 7 machine. Can anyone duplicate and explain this odd behavior I noticed in my wizard dialog? When I run the following clip, if I click OK for...
Hello List, Sorry, probably another point I'm afraid I misunderstand a few. If I plan to use an array about which I don't know the number of elements... Do I...
I have a document that i would like to make a clip to DELETE all the dates can someone show me how to make a clip to do that? Also is there a good book or site...
Can anyone help me with pulling the Name and address from html? it would be great to out put them in csv if that possible CSV OUTPUT EXAMPLE "Texas Trading...
Hello list, Searching for a method of determining if I have text selected or not when launching a script, I wrote the piece of code below. I found out that,...
Layman999 has pointed to one of the sharpest curves in learning NoteTab's clip code, the variable syntax. Back when I first tried to code in clip code, I wish...
Hi, When typing certain characters, like double quotes, brackets, etc., some editors have the ability to insert the matching character and place the cursor...
Hi, If I use ^!Refresh at the end of a ^!MoveFile clip, the file location in NoteTab's title bar stays the same as it was before I moved the file. And if I...
I've got a database where each record is indexed with an alpha-code from 'aaa' to 'zzz'. Every now and then, I want to find out if there is a gap in a sorted...
Hi, This clip works but it's not showing the file name in the Move Wizard. It's only showing the path. I'd like to see the file name in the Wizard whether or...
I have a folder with many files in it. Some of the files are chapters of a book. I would like to create a new document that would have each of the chapters...
Hi! I am running NTP 6.2/fv. The clipwriting help file says about the date filter "c": "The time is not displayed if the fractional part of the DateTime value...
I use user options to let my users choose how their documents are formatted. These options are from wizards, with checkboxes, etc. They just choose the ones...
I am striping html tags and it pulls all tabs out of my document ... that I want left there. I can work around, but does this somehow make sense? It is also...
Unless I've overlooked something, NoteTab can't do this natively, so has anyone written a clip to transform an UTF-8 text file to ANSI? Ideally undefined (for...
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...