Thanks **very** much for version 5! I paid for an upgrade, bought another license for work and purchased Easy Imager for a friend. Please don't release another...
Thanks, but I can get the current date. I need to know how to enter a future date and then display it in the different formats I listed. Lee On 8/4/2006 03:57...
... yyyy)$} ... Lee, What you're considering will require a minimum of 3 variables if you go the quick way. Below is a short demo clip showing 2 methods for ...
... Lee, I should have read ahead, how about a couple of specific examples? Will the future date be fixed for a certain time span in the future or will it be...
I have an .INI file that creates files for future posting. I just basically need a clip that asks "What will the date be?" and then format it into the three...
... Here ya go mate. I can't take credit for this clip however, the main engine that parses the date you enter was written by Steve Veltkamp several years...
I have a clip called "Quote Reformat" to reformat email-quoted text. I used it all the time in version 4, but it no longer works in version 5. Here's the...
Hi Jelks, I'm not sure what's going on with that but fortunately you can still accomplish your Quote Reformat task like this: ^!If ^$GetSelSize$ > 0 Skip ...
Thank you, Sheri. First, let me just tell you I got my original code working. Well *almost* working -- I had to put that delay in I spoke of. But with that...
... No, because that would just quote everything, and that's not what my "Quote reformat" clip is intended for. "Quote reformat" first UNquotes the selection...
... Interesting -- a one millisecond delay doesn't cut it on my 1 ghz machine! The fastest I could get it to work was with a 14 millisecond delay. At 13, it...
... That will work for short lines, but it would put a single '> ' at the beginning of long paragraphs. *Joining* means getting rid of hard line breaks. I...
Greetings Clipsters, Is there a clip which will open all specified files in all sub directories in a given path? Such as: open all html files in all the sub...
... directories ... directory. ... Mike, Yes, but, that might come with problems depending on how many html files are in the subfolders, otherwise not too...
... Thanks for the suggestion but this is beyond my comprehension. I was hoping to find something already in use. -Mike ... Check it out: www.EpicRoadTrips.us ...
Hi, Here is one that will open all files in one selected directory. It would do htm files by changing the *.* to *.htm. This clip could be adapted so it...
... Yes, but I would avoid the ^!Keyboard command and use a Menu command there too, i.e., ^!Menu Modify/E-mail/Quote Text For one thing, the same keyboard...
... Hi, Sheri. This one with the "+" appears to handle subfolders directly, and both .htm and .html files. ^!SetArray %files%=^$GetFiles("+C:\Documents and...
... You can use the ^$GetFiles()$ function with the + option. I made one recently. You are welcome to it if it does what you want. It was made for opening very...
... opened again when NoteTab is restarted? Bruce, I believe you'll find that list in NotePro.ini under the heading [AutoLoad]. This is my list. [AutoLoad] ...
hsavage wrote ... Thank you - that was it! I had mistakenly latched onto [History] rather than [Autoload]. It's working fine now. What [History] is, I don' t...
... rather than [Autoload]. It's working fine now. What [History] is, I don' t know. But who can know everything? ... Bruce, I'll cc this to the NoteTab list,...