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...
Show off your group to the world. Share a photo of your group with us.

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 11957 - 11986 of 19902   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
11957
Does anyone already have functions to calculate a date N number of days in the past or future? Or Calculate the number of days between two dates?...
Walter
eesnnpyy
Offline Send Email
Jun 4, 2004
10:33 pm
11958
... Hi Walter, This is a previous post on the subject. I downloaded the program and I like it really well. Date: 2004/02/05 07:13 PM Subject: Re: [Clip]...
Larry Thomas
back3home2003
Offline Send Email
Jun 5, 2004
1:56 am
11959
Hi Larry: I must have missed that the first time it got posted. ... error 403 now. If you still have the installer or executable could you post it somewhere or...
Alec Burgess
alecb3ca
Offline Send Email
Jun 5, 2004
6:36 am
11960
... If you haven't found your answer yet, you can manipulate the time and date using the combination of a free command line utility program called TimeMath.exe...
John Zeman
john041650
Offline Send Email
Jun 5, 2004
5:40 pm
11961
... (...) ... (...) I guess, you could just: ^!set %results%=^$getdosoutput("C:\bin\TimeMath.exe" week-1")$ .. so you wouldn't need a temp file. ... Another...
melchior prisi
swyft2001
Offline Send Email
Jun 5, 2004
9:10 pm
11962
... 5BSiteID%5Dsimtel.net%5BSiteID%5Dsimtel.net> ... True enough melchior. I have to admit that I run all my command line utilities from actual command line...
John Zeman
john041650
Offline Send Email
Jun 5, 2004
11:23 pm
11963
... not ... Never mind, it works now. http://www.simtel.net/pub/pd/40615.html John...
John Zeman
john041650
Offline Send Email
Jun 5, 2004
11:54 pm
11964
Hi John ... Here is another Link that should work: http://www.bookcase.com/library/software/msdos.util.batch.html fdate91c.zip is about in the middle down the...
melchior prisi
swyft2001
Offline Send Email
Jun 5, 2004
11:59 pm
11965
I am trying to write a clip that will find a word, then ask if the user wants to look for another occurrence of that same word; if yes, it would look for the...
Lee Underwood
ereedj2001
Offline Send Email
Jun 6, 2004
2:30 am
11966
... This clip does the job. ______[Copy below this line]_______ H="Find two words" ;lrt@... e¿ê ;06/05/2004, 10:45:48 PM ^!Set...
Larry Thomas
back3home2003
Offline Send Email
Jun 6, 2004
4:08 am
11967
Oops! This line from my previous post: ^!Skip Search for next occurrence of "is"? ;This line asks you if you want to search for "is" again. If you ;answer...
Larry Thomas
back3home2003
Offline Send Email
Jun 6, 2004
4:17 am
11968
Hi Lee, I am just sending this copy of my clip to demonstrate how you can use labels to make things easier to follow. I changed the labels to names to try to...
Larry Thomas
back3home2003
Offline Send Email
Jun 6, 2004
4:49 am
11969
Hi Lee, This is an improved version of my clip that allows you to search for many words, not just one or two. You can modify this clip to your word list by ...
Larry Thomas
back3home2003
Offline Send Email
Jun 6, 2004
5:29 am
11970
I downloaded TimeMath but it only had the Timemath.exe and no help file. Does anyone have the help file? Thanks, Roy ... From: "melchior prisi"...
Roy Herring
roynancy@...
Send Email
Jun 8, 2004
7:50 pm
11971
... file. ... Like many command line programs, the help is built into the program. You can get it by going to a command prompt (a DOS prompt) in the directory...
John Zeman
john041650
Offline Send Email
Jun 8, 2004
8:09 pm
11972
Larry, Thanks! This is great! I appreciate your work. Lee...
Lee Underwood
ereedj2001
Offline Send Email
Jun 9, 2004
4:07 am
11973
... Hi Lee, You are very welcome. I do have one more slight improvement to offer with the clip below. This clip works the same as the one I posted before...
Larry Thomas
back3home2003
Offline Send Email
Jun 9, 2004
4:55 am
11974
Larry, Once again, Thanks! This one works very good. I especially appreciate the option to quit. Thanks again! Lee...
Lee Underwood
ereedj2001
Offline Send Email
Jun 9, 2004
1:49 pm
11975
I am trying to do a FIND/REPLACE using regular expressions on a 25,000 line document each line b/w 80 to 90 characters and NoteTab reports that I'm out of...
Rowel I. Lirag
rowellirag
Offline Send Email
Jun 11, 2004
12:36 pm
11976
I am trying to do a FIND/REPLACE using regular expressions on a 25,000 line document each line b/w 80 to 90 characters and NoteTab reports that I'm out of...
Rowel I. Lirag
rowellirag
Offline Send Email
Jun 11, 2004
12:36 pm
11977
I am trying to do a FIND/REPLACE using regular expressions on a 25,000 line document each line b/w 80 to 90 characters and NoteTab reports that I'm out of...
Rowel I. Lirag
rowellirag
Offline Send Email
Jun 11, 2004
12:36 pm
11978
I am trying to do a FIND/REPLACE using regular expressions on a 25,000 line document each line b/w 80 to 90 characters and NoteTab reports that I'm out of...
Rowel I. Lirag
rowellirag
Offline Send Email
Jun 11, 2004
12:36 pm
11979
I am trying to do a FIND/REPLACE using regular expressions on a 25,000 line document each line b/w 80 to 90 characters and NoteTab reports that I'm out of...
Rowel I. Lirag
rowellirag
Offline Send Email
Jun 11, 2004
12:37 pm
11980
Therer is a directory find in NoteTab standard, (not sure about PRO) but not available in Lite. Click on the open NoteTab frame and use the control+d keys...
Jeff Scism
scismgenie
Offline Send Email
Jun 11, 2004
2:06 pm
11981
Tried that, I still ran out of memory. I'm looking for the expression ,\s+{[A-Z]+}\s+{[0-9]+} and replacing it with \t\1\t\2 I've tested the above...
Rowel I. Lirag
rowellirag
Offline Send Email
Jun 11, 2004
2:44 pm
11982
You could try using gawk on the file. ... expression ... it...
jaytee556
Offline Send Email
Jun 11, 2004
5:53 pm
11983
That's strange. That feature works on the disk files. It does not open the files in Notetab. -- On a big file, it can be faster to not use the replace but...
Alan C.
acummingsus
Offline Send Email
Jun 12, 2004
6:55 am
11984
Hi Rowel, NoteTab's current Regular Expression engine does not do well with long or complex RegExp. Also, using the /n new line expression often ends with a...
Jody
notetabber
Offline Send Email
Jun 12, 2004
4:26 pm
11985
I am doing global replacements in NoteTab Standard. I need to remove all HTML "Head" coding in all htm files in a directory, and its subfolders, (I already...
Jeff Scism
scismgenie
Offline Send Email
Jun 12, 2004
7:15 pm
11986
... directory, ... coding ... sub ... part ... Recently I'd made a clip similar to what search disk does so it didn't take much modification to do what you...
John Zeman
john041650
Offline Send Email
Jun 12, 2004
8:26 pm
Messages 11957 - 11986 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