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...
Message search is now enhanced, find messages faster. Take it for a spin.

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