The following clip will display an Info window showing the Current contents of the Clipboard. The contents will remain unchanged on the clipboard. I hope...
Two questions for the brains of the group... First, how do you use a toolbar function when it is buried; such as "Trim Blanks". The command: ^!ToolBar Trim...
I have clips of static text that I open into a document for reference purposes. Things like SQL examples and what nots. The text is pasted into a new document...
need to get rid of all instances of: (random text) there is a space in front of the ( in all cases, some random text and then a closing ). Cannot be greedy....
... For those of us on dialup that is really user unfriendly. And then there is the issue of 'force-feeding' . . . Not the way to make friends IMO. Discover...
Hi Jamal, ... I found where I uploaded to quite awhile ago. In order to get the Library you need to download the King James Bible of 1611 (66 books/text...
HI Clippers, After HRS's helping me earlier with my IP sort clip, I got ambitious <g>. Since my vision isn't as great as most, i have big fonts on a lot of...
Thanks for your analysis, John. I wonder if the unexpected NTB behavior you encountered was also behind some of the problems I have experienced with .ini...
Hi Paolo, ... I don't know if &From= is legal or not. I know it does not work in Eudora. In cases like this I use ^!Keyboard. The easiest method would be able...
Notetabbers, I have been reviewing hundreds of of call center reports (via a web interface) and developed a clip to find the often cryptic reference to the...
Dear Clippers, I made this akward contruction to see all my files in a DIR: OPEN "THE_FOLDER" ^!KEYBOARD ALT+F O Tab Tab Tab Tab Tab D DOWN DOWN DOWN DOWN DOWN...
Notetabbers, I was building a little clip to open a reusable pasteboard file and could not find the command to use the current file as a pasteboard. I stumbled...
Jason: This clip steps the Font size of a document up by 1 each time executed. H="Fonts UP" ^!menu Document/Font/"Increase Size" Is that what you were missing?...
Hi Ralph: The current Regular Expression engine has problems with large files. Sometimes by rewriting the expression so that it processes more efficiently (ie....
I keep getting "out of memory" errors when "replacing all". NoteTab Pro v 4.95. Using search expression " Message-ID: .*$ " with Regular Exp. checked. This is...
I've a list of IP addresses in a text file that I use Notetab to edit (it's a list of IP's my mail server won't accept mail from). I'd like to sort by IP...
On Monday, May 16, 2005 romankelly911 wrote regarding "[NTB] Regex Support for %n matches"; ... It sounds as though you are referring to what the help file...
I'm using this command: ^!AppendToFile "FileName" AnyText To enter 2 lines of text into a file, but I can't get them to show up as 2 separate lines. I've...
I've noticed that sometimes, but not always, NoteTab surrounds a .ini value it saves with double quote marks ("). I've checked my clip code, and do not see...
... Hi Jamal Using the JScript engine with Notetab is easy enough Notetab can capture streams StdIn StdOut WSH can read streams so they can work together A...
... To do it with curly braces, you must chain (all into one long line) the convention for that is %var1%; %nextvariable% in the case of variables (no curly...
Is it possible to create a wizard with two or more edit fields in the same dialog box, where default field values are variables rather than constants? I think...
Hi John Thank you for answering Tracie's query in as you say a "brutally honest" way. I too am new to NoteTab (Pro) and I was truly intimidated and ...
I use another program to run a clip with the NTB command-line syntax. At the end of this clip, I would like to restore the clip library that was active before...
Dear John: I'm no clip programming expert, but it seems to me that once you figure out the ini saving and loading issue, couldn't Hans simply: ^!SaveValue...