Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

ntb-clips · The NoteTab Clips List

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 2609 - 2638 of 23887   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
2609 Charles A. Brannon
cabrannon@... Send Email
Feb 8, 2000
7:49 pm
"eric g.v. fookes" <fooke-@...> wrote: original article:http://www.egroups.com/group/ntb-clips/?start=2602 ... ... Actually, it was very helpful, but...
2610 brianj@... Send Email Feb 8, 2000
8:01 pm
brian-@... wrote: original article:http://www.egroups.com/group/ntb-clips/?start=2608 ... Well maybe not. I was testing it from my desktop. When I...
2611 lmhamilton@... Send Email Feb 8, 2000
8:23 pm
On Tue, 08 Feb 2000 11:53:35 -0800 "Charles A. Brannon" <cabrannon@...> writes: <snip> ... Charles, Here is something SMYRU shared with me last summer...
2612 Larry Thomas
larryt@... Send Email
Feb 8, 2000
8:56 pm
Hi Brian and Charles, ... You need to use both functions nested together to do it. ^!Info ^$GetFileName(^$GetDocName$)$ ^$GetDocName$ gives you the whole name...
2613 Wayne VanWeerthuizen
wayne@... Send Email
Feb 8, 2000
9:12 pm
... If I understand your intent, you are looking for: ^$GetFileName("^**")$ Or possibly just: ^** ^** is the path, filename and extension for the current...
2614 Jody
KJB1611@... Send Email
Feb 8, 2000
9:16 pm
Hi Brian, ... Along with what has been mentioned you can break it into sections. It is longer for what you need now, but here it is: ^$GetPath(^##)$ ...
2615 Charles A. Brannon
cabrannon@... Send Email
Feb 9, 2000
12:11 am
lmhamilto-@... wrote: original article:http://www.egroups.com/group/ntb-clips/?start=2611 ... - - - - - EXACTLY! - - - - - By reading this code (sorry, I...
2616 David Seidman
seidmand@... Send Email
Feb 9, 2000
4:10 am
... Redirecting Input and Output On most systems it is possible to redirect the standard input from, and output to, files. For example: rebol -w script.r >...
2617 Alan Williams
alwilli@... Send Email
Feb 9, 2000
8:04 am
Hi there. Yes It appears Eb is right, here is an example from the rebol library of stdin usage: REBOL [ Title: "Cgi-input&quot; Author: "Mike Yaunish" Email:...
2618 Gary J. Smither
smithergj@... Send Email
Feb 9, 2000
7:36 pm
This is a quick clip I wrote that others may find useful. I would find myself with so many files open and wanting to close most but not all of them. It will...
2619 Gary J. Smither
smithergj@... Send Email
Feb 9, 2000
8:06 pm
I goofed a little. *:o) The skip wasn't moving to the next document. Here is the correction: H="Close till I Say 2" ... ^!Toolbar "Close Document" ^!Goto...
2620 lmhamilton@... Send Email Feb 9, 2000
9:59 pm
On Wed, 09 Feb 2000 12:09:18 -0800 "Gary J. Smither" <smithergj@...> writes: I modified Gary's clips by re-arranging it so that it does not ...
2621 Jody
KJB1611@... Send Email
Feb 9, 2000
11:23 pm
Hi Gary & Larry H., ... If you take a peak at my DirStuff it has a Clip that brings up a checkbox dialog of all the open documents. You can then select which...
2622 lmhamilton@... Send Email Feb 10, 2000
3:16 am
... Jody, I knew somebody had done such a clip, I figured it was you! ; ) You have so many clip libraries with so much in them it is hard to remember what they...
2623 Jody
KJB1611@... Send Email
Feb 10, 2000
7:33 am
Hi Everyone, If some of you could spare a little bit of your time I believe a whole lot of people would appreciate it. I have about 100 words left that I need...
2624 Carl Swann
cswann@... Send Email
Feb 10, 2000
11:58 am
... Methinks I just heard the "railroad"; whistle <grin> - sure, Jody, I'll be glad to edit/proof whatever the fine NoteTab writing team comes up with... as...
2625 Ronin
Shimojima@... Send Email
Feb 10, 2000
1:54 pm
Hi All, When I produce a script using a particular library how do I launch another application and paste the script into it? Imre...
2626 michael@... Send Email Feb 10, 2000
2:51 pm
I work with the same documents almost continuously and there are a number of functions in these documents which serve as something like landmarks. I've...
2627 Jody
KJB1611@... Send Email
Feb 10, 2000
4:43 pm
Hi Carl ... Thanks, there probably won't be any Clip commands given. If you can't understand it, then it is not written so most people can understand it and...
2628 Jody
KJB1611@... Send Email
Feb 10, 2000
5:06 pm
Hi Carl and All, ... I do have a few takers so far! :-) I thought this was private eMail, but obviously not, sorry. Happy Clip'n! Jody ...
2629 Eb Guenther
ebg@... Send Email
Feb 10, 2000
9:44 pm
Hi Alan & David, Now that you have cleared up the question about STDIN/OUT, allow me to play devil's advocate. What can REBOL add to NoteTab that it doesn't ...
2630 Filip Filliaert
Filip.Filliaert@... Send Email
Feb 11, 2000
12:16 am
Dear, This is an automated reply. I'm unable to check my e-mail as I'm out of the office. I should be back online on monday february 14. For urgent matters you...
2631 Jody
KJB1611@... Send Email
Feb 11, 2000
1:46 am
Hi Michael, ... Your question is answered at the end of this leaving you Clip on the Clipboard to use "Add from Clipboard" but I though I'd add a tad bit...
2632 Alan Sandercock
alans@... Send Email
Feb 11, 2000
2:46 am
Hello People, I'm new to this list and also to NoteTab Pro which I have only this week downloaded. One of my first questions for the list (I hope this is not...
2633 Charles M. Raine
rainec@... Send Email
Feb 11, 2000
3:45 am
Hi Alan: ... You almost had what you needed. Change it to this and try it: = DocTemplate "^$GetDate(mmddyy)$.txt" You need the quote marks around the complete...
2634 David Seidman
seidmand@... Send Email
Feb 11, 2000
4:24 am
... <SNIP> ... Since perl can do pretty much anything, I suspect that ultimately the answer is "nothing." But despite the fact that I think I would find REBOL...
2635 Eb Guenther
ebg@... Send Email
Feb 11, 2000
4:26 am
Hi Alan Sandercock, ... Put the following 3 lines into your template (or you could hardcode the destination directory): = DocTemplate ClipCode ^!Set...
2636 Eb Guenther
ebg@... Send Email
Feb 11, 2000
4:29 am
Hi Charles, ... On which platform did you test this? On NT 4 (SP6) I get the filename "^$GetDate(mmddyy)$.txt", literally, w/o quotes. Eb...
2637 Michael Brock
michael@... Send Email
Feb 11, 2000
4:48 am
Wow! That sure did the trick. With bells, whistles, ribbons, etc. And I have to say, quite humbling. Thanks again, Michael On Thursday, February 10, 2000...
2638 Jody
KJB1611@... Send Email
Feb 11, 2000
5:22 am
Hi Alan, ... You are correct that it does not accept the date function in the header line, well, it is not interpreted. Unless somebody has a trick up their...
Messages 2609 - 2638 of 23887   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help