... that I then ... help, ... file ... option. I ... Pausing the clip is no problem, if you add a goto at the top of the clip, and a label, where you want to...
... to ... clip ... && ... error, ... make ... you how ... go. I ... 2005-02-01 kdayton: Thanks. That worked beautifully. I created a series of loops so when...
I need to insert the name of a file that I search for, using an Open File dialog box (^?[(t=o) Find file], but I don't want the full file path returned, just...
... Help -> Help on Clip Programming -> Search Tab || enter "filename" and hit enter || double click on Disk Files || scroll down until you find this as one of...
The following excerpt from the ClipCode documentation describes a function that sounds like it would do the job: ^$GetFileName(FileName)$ Returns the name and...
... of course if you keep reading you might find these too ... ^$GetName(FileName)$ Returns the name of FileName (without path or file extension). Since ...
... Open ... file ... Since ... URLs. ... Since ... URLs. ... get ... Same ... 2005-02-01 kld1956: Thanks for the help. I saw those in the help file but didn't...
I've been trying to work out a few regular expressions that work on a few other programs but don't seem to work on Notetab's reg. exp. engine. Does Notetab...
... yes, within the regex, only within a regex ^!replace command (or possibly I've not tried it the interactive replace dialog, unsure on this latter. help >...
... Thanks for all the suggestions, I'm just trying them out to see what approach suits best. The reason for hand editing is that the material I'm scanning...
Hi I have an ini file that has the format below ,what is the easiest way to change the No.s to a one based format i.e.. 1,2,3,4,5,6,7,8,9 0=Ashes To Ashes ...
Hi John, I have a number of Clips that work with directories in my DirStuff. There's 4 Append... Clips about 12 or so Clips down from the top in it. They...
... output you ... Dave, Jody, I assume what you want is that each list of numbers starts with a 1 instead of a 0 (i.o.w.: add one to each number). If that is...
... output you ... Dave, Jody, I assume what you want is that each list of numbers starts with a 1 instead of a 0 (i.o.w.: add one to each number). If that is...
Hi Hugo, That makes sense. ;) I have a Library called nnnLines that does a lot with numbering, renumbering, etc. lines. It can renumber, start numbering at a...
... itself ... Thanks Alan that cleared up quite a few things. However I'm getting an error with the following: <!-- test:{[A-Z0-9]+}\s --> <!-- START --> ...
Here is an example of multiline regex. Change this Ashworth (970) 262-5858 Banister Shoe (970) 468-8824 Bass (970) 262-2077 To this Ashworth (970) 262-5858 ...
Roy Herring
roynancy@...
Feb 3, 2005 3:41 am
13314
... This appears to be the one that gives the closure error. I think in some regex dialects a ? is used to request a non-greedy match but AFAIK in Notetab's...
Hi Hugo that seems to work thanks.. THANKYOU DAVE in au ... From: "Hugo Paulissen" <hugopaulissen@...> To: <ntb-clips@yahoogroups.com> Sent: Thursday,...
It was meant to match anything between the two tags. <!-- test:{[A-Z0-9]+}\s --> <!-- START --> {.*?} <!-- END --> Its for code for a banner. I want to capture...
Hi dvdwriter: If you *know* that there is just one occurence of <!-- END --> in the document then this should allow you to replace everything between the START...
Hi, Great ideas Alec shared. Follows, just an idea (that's all, nothing more) U decide if is feasible: (this might be if there are or happen to be more than...
Hi Alec, Your find / replace does work but it's not very useful as I have more than one banner on a page and using it deletes the rest of the banners. I'm not...
Good day, I am sorry if this seems rather basic. I've searched the help on clips high and low and can not find an answer to a simple question. Once a string...
... a piece of text in a clip, but what does the & by itself do in the code below? ... METHOD="^?{&Method=get|post}">^P ^&^P</FORM>^P ... This, from NoteTab...