I have a problem that I just can't seem to fix correctly. (Periods is only one example - I have this problem with several clips using other characters, like...
Hello, this should be easy... (maybe) I need a clip that adds <BR> to every line of the document. Not replacing the existing text, just adding the <BR>. Help...
Were there any changes in the treatment of linefeeds to version 5.8? I have some files containing linefeeds ($0a) as well as correct newlines ($0d0a) and I...
Hi everyone, We're pleased to announce the release of NoteTab 5.8 (all versions). NoteTab Light is free as usual, and the retail versions are free for ...
Hi, all, I need a little assistance with setting up a wizard and supporting variables to store program options that are to be set by the user. Here is a sample...
Hi, Im a wikipedia editor. I prepare scripts from wikipedia mainpage text for spoken articles. When I copy the text to NoteTab, the inline references appear...
I am a 'user' of clips and not a guru. Years ago this list provided me with a clip to reduce the collected data from web page statistics to give me the "First...
Hi, All This little clip clears the reopen file list. Is there another way to do this? H="clear reopen" ^!Keyboard ALT+F R C Y When the clip gets to the "C" to...
Friends, I always used a HP ink jet printer with ntp, all ok. Because I use an expensive ink cartridge every 15 days, I purchased a Citizen matrix printer, to...
This working clip popups a wizard to navigate an outline. I have some questions to refine it. CLIP ... H="Navigate Outline" ;check if outline if not end ^!If...
Here's a clip from a word processor who approaches these things differently. The clip needs to prompt for the max width of the numbers -- in the example it's 3...
I have a number of individual files with bad email addresses in them. Each file has one bad email address. I can find them with this regex if I go file by...
Hi all, I have a coding problem that I can't quite figure out, but I suspect it is easily done. In a text document of hundreds to thousands of lines, there are...
I've been working on a problem for a while and came up with a solution that I would like to share. I categorize a webpage with comments to seperate topics and...
Friends, I know that are a stupid question, but will be the first time using ntp for this function: How I associate a key (let's say, Ctrl+Alt+k) to execute a...
I wrote this macro to compress tabs (that's the name but actually it does a little more) ... my problem is I can control replace to only the selected text (if...
Hi what I want to do I to save the open document into the directory shown in the tools\disk files ,the clip below works for this but I have to specify the...
I ran a clip to help me find the location of the ini files. This clip creates and sets an ini file called test1. ^!SetIniFile test1 ^!Info ^$GetIniFile$ The...
I'm using Outlook for email. When I do a File | Send from Note Tab Pro 4.95, it loads the text of the file as the message body in the email. Is there a way to...
I'm trying to build a clip with ^$GetDocListAll()$ to create ^!Replace statements and when I put it a ">>" it won't show up. Is there some special code I...
This is the first time I've tried arrays. I have a date like today "090208", ie YYMMDD, in %varDAT% and I pick the month using ^$StrCopy("^%varDAT%";3;2)$ ...
Hello Group, I want to get the index number of an elements position in an array. For example... ^!SetListDelimiter | ^!SetArray %Array%=fileA|fileB|fileC ...
is it possible to select text, use a find within an if statement to see if the text is found in the selection and if true, goto set place ... Not quite getting...
Hi, The Email command is supposed to help you compose an email from pieces of text. For example: ^!Email mfrascinella@...;this is the subject;+ This...
... Ugly, I don't think this is a bug. I think it's working exactly as designed. Notetab recognizes if the file is a Unicode text file or UTF-8 Web page and...
if I have a variable, say ^%arrayelement3% and I want to strip all leading and trailing spaces ... so if the variable was " this " I want to get "this"....
I have several hundred (thousands, actually, but in discrete groups) hyperlinks that go directly to photos on the web that I'd like to download. The Notetab...