Search the web
Sign In
New User? Sign Up
ntb-clips · The NoteTab Clips List
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 13591 - 13621 of 19902   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
13591
I need to run a file removing all lines that end in ==========" This includes the quote....
dpasseng
Offline Send Email
May 2, 2005
2:59 am
13592
... Don, This will do as comments suggest unless there are other characters in the line that need to be delimited. H="Testexp" ; removes line, leaves blank...
hsavage
hrs62930
Offline Send Email
May 2, 2005
3:40 am
13593
don, hrs, Some remarks about this... .+=========" would work as well, it is simpler, and since Notetab's regex engine is greedy it picks up all lines ending...
Hugo Paulissen
hugo_paulissen
Offline Send Email
May 2, 2005
8:41 am
13594
Swan, You can use this clip to get rid of your reg-tags... Hugo ^!Jump 1 ... ^!Find <reg S ^!IfError END ^!Select HTMLTAG ^!Keyboard Delete ^!GoTo REGTAG...
Hugo Paulissen
hugo_paulissen
Offline Send Email
May 3, 2005
9:15 pm
13596
... Hugo had already posted the clip before you signed up I suppose. Here it is in its entirety. Swan, You can use this clip to get rid of your reg-tags... ...
hsavage
hrs62930
Offline Send Email
May 4, 2005
12:03 am
13597 hsavage
hrs62930
Offline Send Email
May 4, 2005
5:23 am
13598
Hello everyone, I want insert into my mail the "from" but i have a problem... I use MS outlook 2003 and this example us OK, but without "From" Help me,...
Paolo Magnaghi
Paolo.Magnaghi@...
Send Email
May 4, 2005
8:26 am
13599
Paolo, ... MS ... I'm not sure, but I wonder whether you can use the From-field at all... It is something that goes with your email-programme/account-settings....
Hugo Paulissen
hugo_paulissen
Offline Send Email
May 4, 2005
9:37 am
13600
hello all, i like notetab pro and its outlines and documents with hyperlinks in square brackets. seems similar to the wikiwiki, doesn't it? i would appreciate...
gambatte64
Offline Send Email
May 5, 2005
8:07 pm
13601
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...
hwitche
Offline Send Email
May 7, 2005
12:16 pm
13602
... Here is one way to do it. The following simple clip, when run, will open a dialog box that is based in the NoteTab documents folder. It also contains a...
John Zeman
john041650
Offline Send Email
May 7, 2005
12:45 pm
13603
I am not sure if this has been answered before ... I couldn't find anything in the archives for this one. I have the following (several thousand lines,...
Lee Underwood
ereedj2001
Offline Send Email
May 7, 2005
6:16 pm
13604
... I would use a regular expression to do this. e.g. ^!Replace "^{.*[0-9+]:[0-9+]:}{.*}" >> "\1" WARTS John...
John Zeman
john041650
Offline Send Email
May 7, 2005
6:55 pm
13605
Thanks, but I'm not sure if it works because, after running for a minute or so, it gives me an "Out of Memory" error. Any other suggestions? Lee On 5/7/05...
Lee Underwood
ereedj2001
Offline Send Email
May 7, 2005
8:07 pm
13606
Actually, I figured out how to do it. ......................... ^!ClearVariables ... ^!Find ": " ^!IfError EXIT ^!Keyboard RIGHT ^!Keyboard LEFT ^!Select EOL ...
Lee Underwood
ereedj2001
Offline Send Email
May 7, 2005
8:30 pm
13607
... ^!Find ": " ^!IfError EXIT ^!Select EOL ^!Replace "^$GetSelection$" >> ":" IS ;^!Goto ^?{Do you want to go again?==_Yes^=AGAIN|No^=EXIT} ^!Goto AGAIN ;...
acummingsus
Offline Send Email
May 8, 2005
2:00 am
13608
Is there a way to make sure that a .ini file chaged in a clip is written to disk? As I understand it, Windows buffers the saving of .ini files. Some other...
Jamal Mazrui
jmazrui
Offline Send Email
May 9, 2005
6:57 pm
13609
I know I can get the position of the cursor within the current row, and the position of this row within the document, but is there a way to get the position of...
Jamal Mazrui
jmazrui
Offline Send Email
May 9, 2005
7:01 pm
13610
... Jamal, From NoteTab help, ^!ProgIniSave [IniName] entered at an appropriate point in the clip should save the current ???.ini file contents to disk. ...
hsavage
hrs62930
Offline Send Email
May 9, 2005
8:15 pm
13611
Thanks for your response. Those are the commands I've been using. The problem, as I understand it, is that Windows treats .ini files differently from others,...
Jamal Mazrui
jmazrui
Offline Send Email
May 9, 2005
8:23 pm
13612
James, The ini files that you create with NoteTab are usually ini files for use with a clip to store values between runs of the clip. I have never had any...
Larry Hamilton
lm_hamilton
Offline Send Email
May 9, 2005
8:42 pm
13613
James, ^!SetCursor 1:1 sets the cursor at the first character in the file. ^!SelectTo ^$GetRow$:40 will select 40 columns of text in the row the cursor is. ...
Larry Hamilton
lm_hamilton
Offline Send Email
May 9, 2005
8:48 pm
13614
... and ... get ... Jamal, If you select everything from the cursor to the beginning of the file you can use ^$GetSelSize$ or ^$StrSize(^$GetSelection$)$... ...
Hugo Paulissen
hugo_paulissen
Offline Send Email
May 9, 2005
8:49 pm
13615
... The problem, as I understand it, is that Windows treats .ini files differently from others, buffering changes in memory for a while before actually writing...
John Zeman
john041650
Offline Send Email
May 9, 2005
11:08 pm
13616
Hello everyone, I'm very new to using NoteTab Light. I usually use it to Find and Replace text in a document. But have a document that has incorrect sums and...
Walker, Tracie
trwalker@...
Send Email
May 9, 2005
11:39 pm
13617
... John, You may be correct but I would like Eric or Jody to verify the above. It seems the sequence is a little off. Shouldn't the ^!ProgIniSave command be...
hsavage
hrs62930
Offline Send Email
May 10, 2005
12:19 am
13618
... I don't think so Harvey as the ^!SaveValue command writes directly to the ini file as it exists on the disk at the time you invoke it. Normally the ini...
John Zeman
john041650
Offline Send Email
May 10, 2005
2:03 am
13619
... Yes, it can be done with NoteTab Light but to be brutally honest since you're new to NoteTab if any of us were to give you a solution you would likely be...
John Zeman
john041650
Offline Send Email
May 10, 2005
2:11 am
13620
... since you're new to NoteTab if any of us were to give you a solution you would likely be overwhelmed by it. ... Tracie, I agree with John, but if you find...
Hugo Paulissen
hugo_paulissen
Offline Send Email
May 10, 2005
12:33 pm
13621
I need to correct something I said last time about the ini file. After a good night's sleep and quite a bit of further testing this morning, I've discovered...
John Zeman
john041650
Offline Send Email
May 10, 2005
12:47 pm
Messages 13591 - 13621 of 19902   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help