... 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...
13296
kld1956
Feb 1, 2005 6:55 pm
... to ... clip ... && ... error, ... make ... you how ... go. I ... 2005-02-01 kdayton: Thanks. That worked beautifully. I created a series of loops so when...
13297
kld1956
Feb 1, 2005 7:06 pm
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...
13298
Don - htmlfixit.com
dpasseng
Feb 1, 2005 7:57 pm
... 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...
13299
Jamal Mazrui
jmazrui
Feb 1, 2005 8:05 pm
The following excerpt from the ClipCode documentation describes a function that sounds like it would do the job: ^$GetFileName(FileName)$ Returns the name and...
13300
Don - htmlfixit.com
dpasseng
Feb 1, 2005 8:21 pm
... of course if you keep reading you might find these too ... ^$GetName(FileName)$ Returns the name of FileName (without path or file extension). Since ...
13301
kld1956
Feb 2, 2005 12:27 am
... 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...
13302
dvdwriters12
Feb 2, 2005 12:55 am
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...
13303
Alan_C
acummingsus
Feb 2, 2005 5:03 am
... 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 >...
13304
John Parsons
snipsj
Feb 2, 2005 7:42 am
... 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...
13305
Dave
david_99_au
Feb 2, 2005 1:03 pm
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 ...
13306
John Morse
john63960
Feb 2, 2005 5:01 pm
Hello NTB-Clips, Is there an easy way to concatenate 25 files that are all alphabetized, into one file with a new name? -- John...
13307
Jody
notetabber
Feb 2, 2005 8:06 pm
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...
13308
Jody
notetabber
Feb 2, 2005 8:07 pm
Hi Dave, I don't know what you mean by "a one based format." What is the output you want exactly? ... Happy Clip'n! Jody All Lists:...
13309
Hugo Paulissen
hugo_paulissen
Feb 2, 2005 11:08 pm
... 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...
13310
Hugo Paulissen
hugo_paulissen
Feb 2, 2005 11:10 pm
... 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...
13311
Jody
notetabber
Feb 2, 2005 11:49 pm
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...
13312
dvdwriters12
Feb 3, 2005 1:48 am
... 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 --> ...
13313
Roy Herring
roynancy@...
Feb 3, 2005 3:41 am
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 ...
13314
Alec Burgess
alecb3ca
Feb 3, 2005 8:31 am
... 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...
13315
Dave
david_99_au
Feb 3, 2005 12:44 pm
Hi Hugo that seems to work thanks.. THANKYOU DAVE in au ... From: "Hugo Paulissen" <hugopaulissen@...> To: <ntb-clips@yahoogroups.com> Sent: Thursday,...
13316
dvdwriters12
Feb 3, 2005 2:00 pm
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...
13317
Alec Burgess
alecb3ca
Feb 3, 2005 11:28 pm
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...
13318
Alan_C
acummingsus
Feb 4, 2005 4:14 am
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...
13319
dvdwriters12
Feb 4, 2005 4:21 pm
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...
13320
jhomme
jimhomme
Feb 4, 2005 5:18 pm
Hi, I know the ^& symbol dictates where the cursor goes or exposes a piece of text in a clip, but what does the & by itself do in the code below? ...
13321
Dan
dtm_001
Feb 4, 2005 9:27 pm
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...
13322
Don - htmlfixit.com
dpasseng
Feb 4, 2005 9:39 pm
... look at jump select end in help file...
13323
loro
yastupidhoo
Feb 4, 2005 9:43 pm
... I've used ^!jump for that. ^!Jump select_end Lotta...
13324
hsavage
hrs62930
Feb 4, 2005 9:54 pm
... 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...