have you tried the percent 20 instead of a space? for browsers for example you use the escaped coding file%20name.html instead of file name.html to get where...
I was trying to write a clip library for htaccess management but ran into a couple prob, in Rewrite mods it has a command called "%{HTTP_REFERER}" which is ...
Hi The clip below allows me to sort the CDPLAYER.INI by artist can anyone see any way to improve upon it as is it take about 12 minutes to do 12000 line ini. ...
Dear Clip Experts, I run a clip and when it closes it delivers its output text to the active window. Is there any way it can deliver its output to the...
Not a clip, but you can select a column (not visibly, just select from the beginning of the column to the end of the column a few lines lower) and go to Modify...
Hey David. At least you should replace "^!Keyboard CTRL+X" commands with "^!Toolbar Cut" and "^!Keyboard CTRL+V"'s with just plain "^!Paste". Also replace...
Hi If anyone can use the two clips below they are welcome The first allows you to select ie. ^!refresh and it opens at that , watch out for any of the...
Hi Tyrell, Thanks very much for your comments. See my reply below... ... Oops. I've fixed this in version 2.51. ... This is fixed. Not sure what you mean by...
Dr. Paul, Below is the Clip I use to View 2 copies of the same file. As written, if you have a document open in NoteTab an editable copy of it will be created...
Hang in there, it's a great program ... From: Basil Barnes [mailto:basil@...] Sent: Thursday, October 10, 2002 6:20 AM To: ntb-clips@yahoogroups.com ...
Hi, Despite the fact that I have been using NTL for about 8 months, I have not explored all it's possibilities. Now I have a problem that might be amenable to...
Hello, everyone, 1.) How do I intercept keystrokes in a clip. I know about ^$IsShift|Control|Alt$, but is there any way to intercept the remaining key signals?...
... Thanks. Your suggestion only works if the whole row consists of <TH's but not if only some columns are headers. Correct syntax would be this: ^!Replace...
How do I use a program once I have shelled out to it from NoteTab? I've tried Alt+F and such but the program doesn't seem to have the focus. ... From: Jody...
I played with such things and found using a focusApp loop worked best. If focus app skip shell and simply change focus, else open shell and recycle back to...
Nice work. You might want to add this to the 'resort39; clip: ^!Replace "^$StrFill({<th.*</th>}\s*;^%columns%)$" >> "^%order%" HIRAS So that any headers get...
... D'oh, someone could have told me that... Here we go again. Copy everything after this line. Watch out for the long lines. = V5 MultiLine NoSorting...
OK, here's what I came up with the html table sorting thing. I used Hugo's clip as the base and built stuff around and inside it. It's a complete library now, ...
Hi everyone, In order to avoid paying CNet's exorbitant fee of $99.00 for updating my software on their site, I have now completed the final release so that it...
In the course of search and replaces, I frequently find myself with many documents open in Notetab, most of which have been modified and some which have not....
Hi Tyrell, ... Great, I'm glad you like it so much :) ... I've tested the install under Windows 98 many times and I cannot reproduce the error. Perhaps a...
Take a look at this function and see if you can come up with something ^$IsModified$ Returns 1 if current document needs saving, or 0 if it is not modified....
h="Lost quotes" ^!Set %content%="^$GetSelection$" ^!Info ^$GetSelection$ ^!Info ^%content% This preserves the quotes if they are in selection, but does not add...
I am subscribed to a few Yahoo Groups and download messages in Digests. I think it might be clever to convert these digests into OTL to make them easier to...
Hi, If I select a string that happens to be surrounded by double quotes and use ^$GetSelection$ to "get" it and then put it in a variable the variable loses...