I have a clip which prepares text of email addresses for a server in the format required after a database has output the data with gratuitous empty line etc. ...
I wrote a week or two ago seeking a solution to a problem I had. The list has always been most helpful, but for some reason this time I got zero responses, so...
Given the script between the lines and the text below that, if I select "test of the" and run the script I get "!testtest !ofof !thethe" (on three lines just...
I am getting very close now! I have two halves to this thing, and both halves are getting very close. Part two in a bit, but part one will allow you to...
the next part of my puzzle is splitting a string on a character in my case I am working with minutes:seconds (note : in the middle) I want to split the string...
Hi, ... ^!FocusApp Appname ^!IfMatch "Appname" "^$GetAppTitle$" Next Else Wait works fine to transfer focus to the main window of another application. But I...
Robert: I haven't tried Don's clip which he posted 9-10-2004 but assume you have. What was the matter with it? (His response copied below in case somehow you ...
Is there a way to use a checkbox wizard without it inserting semi-colons between each item? I am using the code below [a shortened version - it should all be...
I have always used several different clips within a file to do the processing. I am wondering if it is possible to add the code right into the template file...
Ben, Thanks for the information. I find NoteTab fantastic when I can find the information which seems to be in places that I do not expect to find it. <G> Now...
Some time ago, I copied from this list a handy clip called "Dos to Document." It allowed you to input a DOS command; the results would appear as a Notetab...
... ^** and a couple of other useful ones are in Clip Basics about half-way down. (In regular help, not clip help - don't ask me why). I forgotten the syntax...
Notetabbers, I have a clip that gets the name of the currently open web page so I can update a link that a CGI script would use to point back to the file....
I know I can use ^!SetDebug to step safely through test code but if have forgotten to take the precaution is there a way of breaking out of a tight loop that...
Hello Is there a way of determining what drives are currently available? (e.g. C:, D:, E:) Regards, John M [Non-text portions of this message have been...
I have to perform repetitive calculations of race paces ... I wonder if I can figure out a way to do this via a clip. The distance is 5K, but I need splits for...
Sheri (Silvermoonwoman): Thanks for the clip. It almost worked. I sent Jody a long message on the NTP off-topics list. For my first time it was a great...
After using NTP for 10 years it's time I learned the CLIP function. I think I saw something in the past that would do this, but I cannot locate the reference....
Is there a simple clip or other method of putting different sections of my CSS in alphabetical order? For instance I have the following: p. q------ p. e---- ...
Steve: Hugo's right - ignore my blathering about using "+" - wouldn't hurt but I just realized that you only need the last/first letter to do this replacement....
Steve: Notetab uses brace brackets where (AFAIK) most regexp programs use round parentheses so: Find: ([A-Za-z]),([A-Za-z]) sb: Find: {[A-Za-z]},{[A-Za-z]} but...
I have as an example Veltkamp,Steve What I want is Veltkamp','Steve (I'm splitting a name field into first and last for db use) I tried Find and Replace...
Note Tab Experts: Is it possible to have NTP open various aps, either the default ap for a file type, or an ap as listed in a look-up table, and leave the...
... Been there, done that! ... to ... Here goes: Remove DupLines ^!Close ALL ^!Open ^?{(T=O,F="All Files|*.*")"Reference File (A)"} ^!SetWordWrap Off ^!Open...
... I use the following ^!Jump Text_Start ... ^!Find " href=" TIS ^!IfError End ^!Select HTMLTag ^!InsertText ^%Empty% ^!GoTo HTMLs ... Try it out on a sample...
I'm seeing the postings fly by with a very tricky date question, can we start with a simpler question? Given a string which can be set as a variable...
One more question that has me puzzled, Melchior. Your clip works perfectly. But if I try the keys manually (Alt+T L K, Shift+F7, ctrl+F6), the ctrl+F6 seems to...
Is it possible, in a clip, to change the directory of the Quicklist (File List)? For example, to change it to C:\1\RH\*.*. I know that ^!Keyboard Shift+F7 will...