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 14186 - 14215 of 19902   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
14186
Unfortunately, I can't give you a set of replicable circumstances. When the problem happens, it is either with the ProgIniSave command or upon closing...
Jamal Mazrui
jmazrui
Offline Send Email
Sep 1, 2005
3:36 pm
14187
... Thanks Abair for the prompt response. In further study of the project I am working on, sometimes the number of blank lines vary. I want to delete from...
Don - htmlfixit.com
dpasseng
Offline Send Email
Sep 1, 2005
4:52 pm
14188
... <don@h...> ... [ snip ] ... project I ... or ... Maybe. (uses a regex). 3 found lines (accounted for via %watch%) containing one or more characters of...
acummingsus
Offline Send Email
Sep 2, 2005
9:10 am
14189
... [ . . ] ... INI ... I think this has been answered. But I've only been partially following threads here lately (messing too much with Linux and Perl ...
acummingsus
Offline Send Email
Sep 2, 2005
9:27 am
14190
... trouble ... PMFBI, I've encountered this problem often. It is related to file ownership. If you create an INI file in one user account, then try to edit it...
abairheart
Offline Send Email
Sep 2, 2005
8:31 pm
14191
Thanks--that helps me understand the cause of the problem! I have not logged in as a different user, but I have run clips from the command line with another...
Jamal Mazrui
jmazrui
Offline Send Email
Sep 2, 2005
8:46 pm
14192
... I've sorta learned to live with it -- it's never been much of an issue with me, but if you know how to change ownership of a file, then that may be the...
abairheart
Offline Send Email
Sep 3, 2005
7:13 pm
14193
... Don, Have you found a suitable method to do the above, if not I've devised 2 clip methods for the job? The first should work regardless of filesize, it...
hsavage
hrs62930
Offline Send Email
Sep 7, 2005
1:21 pm
14194
... Thanks for your continued efforts on this. I have not solved it yet. The prior suggestion assumed that I had just two lines of text. That is a fair...
Don - htmlfixit.com
dpasseng
Offline Send Email
Sep 7, 2005
3:08 pm
14195
slower but why not just replace ^P^P with ^P, and rerun it until no more are found? ~~ Jeffery G. Scism, IBSSG Local Coordinator Representative, NE/NC Region,...
Jeffery Scism
scismgenie
Offline Send Email
Sep 7, 2005
3:16 pm
14196
... Don, 'dividing point:delimiter' - What is this delimiter? Is it the same character or string of characters in every case? Offhand, it looks as if this...
hsavage
hrs62930
Offline Send Email
Sep 7, 2005
4:07 pm
14197
... yes, always the same string of characters is used as the delimiter...
Don - htmlfixit.com
dpasseng
Offline Send Email
Sep 7, 2005
4:15 pm
14198
Don/others If part of your sample is : text blankline blankline dividing point:delimiter blank line blank line blank line text then this regexp (not tested)...
Alec Burgess
alecb3ca
Offline Send Email
Sep 7, 2005
10:35 pm
14199
... point:delimiter\n" ... what is ... Alec, Don, This regex is now tested. Adding Alec's ^!Replace to one of my earlier attempts and changing the delimiter...
hsavage
hrs62930
Offline Send Email
Sep 8, 2005
12:20 am
14200
... fail. ... earlier clip ... require. ... The regex can be shortened somewhat as follows, ^!Replace "\n+{==========}\n+" >> "\n\1\n" IWRSA ēvē 05.09.07 hrs...
hsavage
hrs62930
Offline Send Email
Sep 8, 2005
12:30 am
14201
I've managed to create a clip that can search for <EMBED> tags in an HTML file, copy the parameters, then replace it with an <OBJECT> with <EMBED> inside. ...
Chris Valentine
hockeyshooter8
Offline Send Email
Sep 9, 2005
2:10 pm
14202
... with ... to ... doesn't ... Short of trying to decipher such a long expression, what comes to mind immediately is, to search for the embed expression, and...
abairheart
Offline Send Email
Sep 9, 2005
7:41 pm
14203
Hi Chris: I haven't looked closely at your regexp string - my eyes cross looking at all those "{[a-zA-Z]+}\"'s ;-( but I think its going to be almost...
Alec Burgess
alecb3ca
Offline Send Email
Sep 9, 2005
8:09 pm
14204
... Chris, From the other responses there must be an easier, more efficient way to do this! Can you copy and paste an <embed> string before altering and also...
hsavage
hrs62930
Offline Send Email
Sep 9, 2005
8:41 pm
14205
My web site desperately needs a print-media .css, and I'm trying to learn how to make one, and thanks to Greg Chapman for leads! Meantime, though, I'm trying...
Carol Whitney
cwhitney333
Offline Send Email
Sep 10, 2005
1:10 pm
14206
... Don, Here's my latest revision to remove extra blank lines and transform the files into bite-sized indexed/numbered files. Try it to see if it suits. The...
hsavage
hrs62930
Offline Send Email
Sep 10, 2005
5:34 pm
14207
Hello, I'm trying to write a clip to append a row from one file to another file. The "to"-file's name is bases on the first field of the row in the ...
Bauke P. de Vries
bpdevries
Offline Send Email
Sep 10, 2005
6:21 pm
14208
Hello, I'm trying to write a clip to append a row from one file to another file. The "to"-file's name is based on the first field of the row in the ...
Bauke P. de Vries
bpdevries
Offline Send Email
Sep 10, 2005
7:02 pm
14209
... where I ... ====> Insert here: ^!SetDebug 1 ... Then step through the code, and note, which part of the loop gets executed, BEFORE you get the access...
abairheart
Offline Send Email
Sep 10, 2005
7:27 pm
14210
Hi Carol, ... It is working here. Do you have correct HTML coding for the header? Are they .htm/.html file extensions? Happy Clip'n! Jody All Lists:...
Jody
notetabber
Offline Send Email
Sep 10, 2005
7:45 pm
14211
Thanks! See below please? Met vriendelijke groet, *Bauke P. de Vries * ... Here is goes wrong. I shortened the name but no result. I use the comma as delimiter...
Bauke P. de Vries
bpdevries
Offline Send Email
Sep 10, 2005
7:50 pm
14212
^$Str() doesn't exist. Sorry, stupid me! Met vriendelijke groet, *Bauke P. de Vries * ... [Non-text portions of this message have been removed]...
Bauke P. de Vries
bpdevries
Offline Send Email
Sep 10, 2005
7:57 pm
14213
... Oh! Oh, oh, OH! No! No header in there at all! I had already edited the text - it has only the tags (<h#> and <p> tags only). Maybe I could stick an...
Carol Whitney
cwhitney333
Offline Send Email
Sep 11, 2005
12:19 pm
14214
... I copied my pages to another directory, opened those in NoteTab Pro, used the HTML-to-text Utility - and wow; it did the job instantly and Practically...
Carol Whitney
cwhitney333
Offline Send Email
Sep 11, 2005
12:59 pm
14215
Hello, I'm trying to write a clip to append a row from one file to another file. The "to"-file's name is based on the first field of the row in the ...
Bauke P. de Vries
bpdevries
Offline Send Email
Sep 11, 2005
1:44 pm
Messages 14186 - 14215 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