... If necessary, you could loop through all open documents. H="loop through tabs" ; Documents are indexed 1 to GetDocCount. ^!Set %i%=^$GetDocCount$ ... ^!If...
... Dan, You can always troubleshoot by removing the "S(ilent)" switch, and see what kind of messages you get as you approach the end of the first document....
I did this and nothing out of the ordinary showed up. Thanks, for the help Regards, Dan ... From: ntb-clips@yahoogroups.com [mailto:ntb-clips@yahoogroups.com]...
There are a few programs around to convert TeX sources to HTML, but the only stand-alone one I could find, tth300, rather made a hash of things. Now a powerful...
I am trying to send my Bible software program (WordSearch) some keystrokes to display Bible verses I have listed in NoteTab. I can change the focus to...
... Yes. Use the ^!Keyboard command for sending keystrokes after ensuring the target application has focus. Some people have reported that the ^!Keyboard...
Thanks for the info. I've learned several tips from your posts. I guess I'm confused about more than ^!PlayBack, however, since I thought I was in the clip...
... Sorry 'bout that, you ARE on the Clip list :) I've never used ^!Playback or ^!Typeback successfully but have used ^!Keyboard. When automating anything for...
I tried it out, and it doesn't work. The menu based "all document" option works, the clip based one does not. I'd call it a BUG. Since you found it, you get to...
Hi All! I am a newcomer here and I have just used NoteTab for a short time. I would want to create a clip that could search through the file and delete all...
... I'd do it differently. There is a very nice program called AutoIT that does exactly what is needed. And to keep this on topic, NoteTab would be a great...
... There was recently a discussion here called "Creation of clip" which had clips that kept lines and clips that deleted lines based on keywords. Try to...
... Sure thing. There are lots of ways to do this. Advance one line at a time, check for your test string, delete the line if the string is not present. The...
... Hi Flo, Eb, scenario_t_c, Flo, To work on your sample, I think he would need: ^!Select EOL (instead of ^!Select Line) and ^!DeleteLine (currently used) or ...
Hi, I tried the suggested clip from yesterday's reply but it deleted the lines *with* the string. I added the ^!SetDebug On statement and went through it line...
... lines *with* the string. I added the ^!SetDebug On statement and went through it line by line. The clip highlights the current line and tests for the...
... Thanks, Sheri! Another solution would be to change the clip as follows... ^!Select Line ^!If ^$StrPos("^%test%";"^$GetSelection$";0)$ > 0 SKIP_2 ^!Select 0...
Flo, I knew the clip wasn't perfect, but THAT imperfect?! ;) Aside from the logic of of which line you're testing, which may have several errors in it, there...
... Thanks Sheri, I forgot about the possibility, that ^!DeleteLine might delete the EOL at the end of the line, if selected. And of course both your...
... Flo, that is an interesting approach. It never occured to me, that you could pick out partial sections of a document simultaneously. And I'll take 1 second...
... I'm impressed. But how do you use this technique to REMOVE the matches? What if I want to keep only those lines, that DO NOT contain my target string? 8=D ...
Does anyone have a fairly simple clip to convert an outline to html pages. I used the one that comes with NT Pro, but it doesn't convert the outline ...
Eb, ... A solution for removing lines has been developed in the previous discussion on "Creation of clip". The final version is to be found in message # 16675....
Hi everyone, We're pleased to announce the release of NoteTab Pro 5.3 and NoteTab Std 5.3! This update is free for NoteTab 5.x customers. You will find the...
"ebbtidalflats" <ebbtidalflats@...> said on Jul 06, 2007 12:54 ... Eb, Flo, Sheri: I think the following *SHOULD* identify the lines that do NOT match - ...
Followup: I had been testing with Notab Pro 5.3. I redid the test with Notetab Standard 5.2 The clip stalls and Notetab has to be forcibly closed :-( After...