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 16366 - 16395 of 19902   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
16366
Hi, I created this clip to sort a bunch of lines, then give each line a blank line under it so that I can then apply some HTML tags. It works great, almost....
Corl DeLuna
corl_deluna
Offline Send Email
Apr 2, 2007
3:26 pm
16367
... If you need to do it in 4.95, one "old-fashioned" way to do it is ^!Find "<title>" I ^!Jump Select_End ^!Set %From%=^$GetRow$:^$GetColumn$ ^!Find...
Don Daugherty
dondaugherty...
Offline Send Email
Apr 2, 2007
3:28 pm
16368
Group, I posted this in the notetab group but maybe it is a better question to ask here. I have the latest version of PRO and am working with an otl document ...
sam_henry11
Offline Send Email
Apr 2, 2007
5:31 pm
16369
... My experience with NoteTab Pro 4.95 and 5.x. running under XP2 is that ^!Keyboard calls work the same in either version, 4.95 or 5.1x. Experimentally...
Don Daugherty
dondaugherty...
Offline Send Email
Apr 2, 2007
7:51 pm
16370
Hi Corl, The clip works if you select the lines that need to be sorted before doing the final replace-operation. Simple fix: ^!Select ALL before ^!Replace...
Hugo Paulissen
hugo_paulissen
Offline Send Email
Apr 2, 2007
8:23 pm
16371
Hi Hugo, Pow! Now, thanks to you, it does exactly what it's supposed to do, no more, no less! Thanks a bunch, Corl _____ From: ntb-clips@yahoogroups.com...
Corl DeLuna
corl_deluna
Offline Send Email
Apr 2, 2007
9:32 pm
16372
... If you are using the PCRE version of the Regex you should be able to use a regex match of: ^(\d+)\s(\w+)\s(\w+)\s(\w+)\s([^\d\r\n]+)\s(.+)$ and replace...
jane_sedgewick
Offline Send Email
Apr 3, 2007
4:06 am
16373
Sorry it's taken so long to get back to you. It seems that the line in your first clip that ended with ^$GetExpandedName(^##)$^%nL% was being wrapped & I ...
Stan Blazejewski
stanblaz_au
Offline Send Email
Apr 3, 2007
12:27 pm
16374
... Off the cuff, two ways: 1. check out the NTP configuration, re outline & html 2. create a conversion clip, that adds the personal touches 3. be more...
abairheart
Offline Send Email
Apr 4, 2007
7:31 pm
16375
I need to find a regex for the following: ^P^P^T ^T^P^T ^T^P^TPDBB186 ^T ^T ^T^P^T^P^T ^P^P The PDBB186 could be any number of numbers/letters/spaces...
Don - HtmlFixIt.com
dpasseng
Offline Send Email
Apr 7, 2007
3:37 am
16376
... Hi Don, There are two ways to go about it when you want to match a string of characters literally. One is to escape all the metacharacters in the string...
Sheri
silvermoonwo...
Offline Send Email
Apr 7, 2007
5:13 am
16377
yes this is what I meant by the ^P^T I suspect you have given me enough to figure it out. It was partially \r\n that was tossing me. I was trying one or the...
Don - HtmlFixIt.com
dpasseng
Offline Send Email
Apr 7, 2007
5:22 am
16378
... Here is what did the job for me Sheri: \r\n\r\n\t \t\r\n\t \t\r\n\t[0-9a-zA-Z ]{5,30}\t \t \t\r\n\t\r\n\t \r\n\r\n I am now onto my next problem, I...
Don - HtmlFixIt.com
dpasseng
Offline Send Email
Apr 7, 2007
7:25 am
16379
Hi Don, Escaping metacharacters is only relevant to the search side of a replace command, the replacement string is *not* a regular expression. $0 in the...
Sheri
silvermoonwo...
Offline Send Email
Apr 7, 2007
3:19 pm
16380
Hi friends, I have 4.95. The problem is the Regex, I don't find a very good explanations how to use. In the manual, you don't find. Where? C Brito...
abet backup
backup.abet@...
Send Email
Apr 7, 2007
7:04 pm
16381
... For that version it is documented in the main help file. "Regular Expressions" is in the index. Note that the regular expression engine was replaced in...
Sheri
silvermoonwo...
Offline Send Email
Apr 7, 2007
8:10 pm
16382
Hi Sheri, Thanks. Because my english is bad, I don't explained my question very well: In the forum, I see a lot of good Regexs, but the explaination in the...
abet backup
backup.abet@...
Send Email
Apr 7, 2007
11:36 pm
16383
... I don't understand regex all that well and in notetab haven't bothered to learn it because it does not work all that well in 4.95 and below. It is slow and...
Don - HtmlFixIt.com
dpasseng
Offline Send Email
Apr 8, 2007
12:19 am
16384
... Good idea but we need to all be singing from the same hymn sheet. To mix 4.95 and below with current is only going to lead to tears. fw...
fw7oaks
Offline Send Email
Apr 8, 2007
2:35 pm
16385
Friends, Ok, I agree about the 4.95 problem, but you must think in the following (normally the U.S. citizens don't think in that): In the entire world it is...
abet backup
backup.abet@...
Send Email
Apr 8, 2007
3:02 pm
16386
... This reply is a one off here, please answer to it in off-topic if at all. Cheques were a great innovation when the Fuggers came up with with them some...
Axel Berger
absalom_nemini
Offline Send Email
Apr 8, 2007
4:05 pm
16387
Yes, But all my friends (99%) dont have International Credit Card (only Local) and no U.S. check accunt. Paypal is impossible to do payments internationally,...
abet backup
backup.abet@...
Send Email
Apr 8, 2007
4:16 pm
16388
... I would recommend checking out the 5.2 trial version for 30 days before purchasing, but just wanted to point out that you can purchase through a global...
Sheri
silvermoonwo...
Offline Send Email
Apr 8, 2007
5:50 pm
16389
Sheri should be proud. I actually figured out a couple of regexes! But I am back at a wall here. I am trying to convert a text document into html. I have...
Don - HtmlFixIt.com
dpasseng
Offline Send Email
Apr 9, 2007
2:31 pm
16390
... Hi Don, I would point out that you don't need ^!Jump Doc_Start if you're using the "W" whole document option. Also, "T" is meaningless in combination with...
Sheri
silvermoonwo...
Offline Send Email
Apr 9, 2007
3:31 pm
16391
... Sorry, I sent a bit too quickly. Ignore what I said about subpattern 1, I took the parentheses out of the pattern because they were unnecessary. The...
Sheri
silvermoonwo...
Offline Send Email
Apr 9, 2007
3:38 pm
16392
... Yes, good point. When I first started I was doing just one. When I added the W I should have deleted the jump doc start. I am getting the T because I am...
Don - HtmlFixIt.com
dpasseng
Offline Send Email
Apr 9, 2007
4:30 pm
16393
Hi: I am trying to write a shot clip that follows and am having trouble trying to create mask for an exchange rate of 1.5090 or similar value. I have tried...
Charles M. Raine
rainecus
Offline Send Email
Apr 10, 2007
2:46 am
16394
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 :...
ntb-clips@yahoogroups...
Send Email
Apr 10, 2007
3:11 am
16395
Hi Don, Thanks for reporting those bugs, if you mention things as you come across them I'll try to fix them up. I posted an update to Clipcode Syntax in the...
Sheri
silvermoonwo...
Offline Send Email
Apr 10, 2007
3:33 am
Messages 16366 - 16395 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