... 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...
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...
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 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... ...
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@...
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....
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...
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...
... 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...
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,...
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...
Actually, I figured out how to do it. ......................... ^!ClearVariables ... ^!Find ": " ^!IfError EXIT ^!Keyboard RIGHT ^!Keyboard LEFT ^!Select EOL ...
... ^!Find ": " ^!IfError EXIT ^!Select EOL ^!Replace "^$GetSelection$" >> ":" IS ;^!Goto ^?{Do you want to go again?==_Yes^=AGAIN|No^=EXIT} ^!Goto AGAIN ;...
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...
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, From NoteTab help, ^!ProgIniSave [IniName] entered at an appropriate point in the clip should save the current ???.ini file contents to disk. ...
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,...
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...
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. ...
... and ... get ... Jamal, If you select everything from the cursor to the beginning of the file you can use ^$GetSelSize$ or ^$StrSize(^$GetSelection$)$... ...
... 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...
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@...
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...
... 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...
... 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...
... 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...
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...