... each ... density, ... flavours of the ... cloning time.] ... thinking ... get me a ... Phillip, If there are, in fact, hundreds of possibles the way you...
Everyone questioned the Last Step... I think that was because I was using Tab delimited Replace. If you don't see the tabs, or if email stripped them, it is...
Thank you. I very much appreciate your insight (hsavage, et al). ... looking for one of the three (and if found, reset the var with what was found). I knew my...
... Correction, the last line needs to have \\n instead of \n to get the same output as their sample sed script. Also, be aware the above commands would change...
... Hi, try this and let me know if it does what you want. Regards, Sheri H="Nuke" ^!Replace """ >> "\"" was ^!Replace "^" >> "$content92;.=" rwas ^!Replace "$"...
Anyone know how to write the following instructions in notetab. Its to create a PHPNuke block that contains javascript. It has to : Escape all double quotes. ...
... Yikes, this should probably go off topic, so I'll copy it there. I just went to yahoo groups to seach for my old post. It appears that if I include three...
... I wrote a quote clip some time ago for a librarian on this list. Others helped and it did about what you are describing as I recall. Do you have a copy of...
Ditto to Sharon's problem. I've got a series of replace statements that SHOULD work: replace left-hand quote with ascii quote, replace slanty apostrophe with ...
Help please! I'm trying to write a NoteTab script that will replace Word-type single and double quotes with straight ASCII quotes, so I can then process text...
Never mind that last message, after a lot of searching here, I found someone who did a clip that did half of what I needed, and then altered it to do the rest....
... [ . . ] ... Superb. But it is different in that it makes just one pass through so as to locate only any one out of the three. Op's original clip, for...
... Phillip, In my example clip is an error. ^!Find ILDED|AT90ED|LATED RS, should be stated as, ^!Find (ILDED)|(AT90ED)|(LATED) RS, with each term in ...
... it is in ... it is ... which is ... SWIC ... (probably ... Phillip, In your examples, ^!IfTrue ^!Find "ILDED" ^!Set %DRES%=ILDED, there are 3 clip commands...
Thank you very much. I did start with IsError and skip, except in my newbieness, I said "^!Skip" instead of "skip". It did not work like I expected it to (but...
... David, It's a perennial feature request, but unlikely to appear anytime soon. There is some discussion of this on the Next Release Group. See, e.g., ...
I know notetab allows you to modify the syntax coloring but it is designed more for html type syntax. Can clip code programming manage custom colorization to...
Hi, AFAIK ^!IfTrue needs something that returns what is either true or false in Notetab. true or false or 1 or 0 returned fit that bill. AFAIK the ^!Find...
Greetings: I am trying to find out if a word is in a file I am editing, and if it is in there, change another variable based on the first one's existence. If...
Hi, (clips enclosed) I'd wondered if a custom function could also act like or do the duty of a called clip using ^!clip Also for the same custom function to...
15091
ntb-clips@yahoogroups...
Jun 5, 2006 4:38 am
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the ntb-clips group. File : /Fold...
On my machine, in c:\Program Files\NoteTab Pro there is a an xml file called NotePro.exe.manifest That contains all of the particulars. I assume the other two...
this might be a better start: ;Activates the first document in the tab bar ^!Document First ;^!SetDebug On ;Beginning of loop ... ;selects first line and makes...
... If I'm understanding what you mean by "to insert clips in other applications", you are controlling another application via a clip and you can use something...
I use NoteTab light to insert clips in other applications. However, I can't figure out how to get notetab to insert the current data/time. Any help would be...
Hello Jody and everyone. I have messed around with the DirStuf and searched through the help and looked at clips that have some common commands and come up...