Carlos, Here are the formulas. Someone may take this as a project to convert to/from Julian date using NoteTab's math functions. Doable, but it takes someone...
23617
john041650
Jan 24, 2013 2:56 pm
I still don't quite understand what you're trying to do but here's a simple clip that demonstrates one way you can use dates. john ^!Set...
23618
abet backup
backup.abet@...
Jan 24, 2013 3:23 pm
Hi John, I have had a syntax error. I believe that I do not have the $GetDataToInt, my NTP are 5.4. This is true? If yes, I will change. Thanks! Carlos. ... ...
23619
john041650
Jan 24, 2013 3:42 pm
Ah..Yes, you would need version 5.7 or newer for my clip to work. I forget how I used to do the date processing in older versions but I remember it was a much...
23620
abet backup
backup.abet@...
Jan 24, 2013 4:42 pm
John, I am always afraid to upgrades. In Windows, for example, in more than 10 years I used the XP until to now (the XP, in the begin, have had 200.000 bugs,...
23621
john041650
Jan 24, 2013 4:51 pm
That depends on your scripts. There have been some changes, I believe most changes that could affect clips were changes that use regular expressions. john...
23622
John Shotsky
shotsky1
Jan 24, 2013 4:58 pm
With NoteTab updates come bug fixes and new features. I've used NoteTab, starting with 4.95, from XP through Win 7 and now Win 8. It works FINE, but I do NOT...
23623
Stephen
freetochoose
Jan 27, 2013 4:16 pm
I am trying to generate a permission statement. I will fill it with a couple variables, which I can manage, but I want the text to be on mutiple lines. When I...
23624
Johnn
roleplayingtips
Jan 27, 2013 7:24 pm
I write my stuff in Word because I can export fast into PDF or paste easily into WordPress. I use Notetab Pro though for emails, because of its various...
23625
Adrian Worsfold
pluralistsends
Jan 27, 2013 7:57 pm
Hello Johnn Yes, use Open Office Writer and export that as HTML (or as .PDF). Adrian Worsfold http://www.pluralist.co.uk http://pluralistspeaks.blogspot.com ...
23626
Axel Berger
absalom_nemini
Jan 27, 2013 9:03 pm
... Don't! See http://www.georgedillon.com/web/html_email_is_evil.shtml (I have other sources, but they're in German.) I have several clips to sanitize raw...
23627
Axel Berger
absalom_nemini
Jan 27, 2013 9:07 pm
... Don't, their HTML code is just terrible. Instead of doing minimal HTML to capture the structure as far as recognizable they go into excessive detail to...
23628
john041650
Jan 27, 2013 9:23 pm
I'm not quite following what you want to do but you might see if this helps you to figure it out. ^!Set %X%=Sample Variable value ^!InsertText I, Object Name,...
23629
Stephen
freetochoose
Jan 27, 2013 10:47 pm
... I figured it out myself...
23630
Stephen
freetochoose
Jan 27, 2013 10:47 pm
Yes, I ended up figuring it out, I did something like you suggested. Thanks...
23631
Piotr
syntaxpb
Jan 28, 2013 7:23 am
Hi, I have a simple clip that loops through a folder of files (opening and closing them without modification), find some information and appends it to a disk...
23632
Johnn
roleplayingtips
Jan 28, 2013 10:12 am
Thanks for the replies, guys. I switched from plain text to HTML because that's what readers wanted. I surveyed them. Then I measured unsubs after the switch....
23633
Adrien Verlee
verlee2001
Jan 28, 2013 10:28 am
... I have a Word-macro that do elementary htmlcode. If you think this is oké I can sent it. -- Translatie > www.adrien-verlee.be - Ongedeelde informatie =...
23634
John Shotsky
shotsky1
Jan 28, 2013 12:25 pm
You can use an html template to provide all the repetitive stuff. You can use a CSS file to provide all the standard formatting. You can then paste in your...
23635
Adrian Worsfold
pluralistsends
Jan 28, 2013 3:00 pm
Hello Johnn Then it'll be a clip to do pasteboard, open MS Word (return to Notetab when close MS Word), copy all, close MS Word, then Modify to HTML and save...
23636
john041650
Jan 28, 2013 8:27 pm
... Perhaps, but I'm running NoteTab Pro 7.1 on a Windows 7 64 machine and I haven't noticed any problems like that. You might try inserting a slight delay...
23637
Piotr
syntaxpb
Jan 30, 2013 8:04 pm
You may be right John. The clip is running too fast and, speaking figuratively, falls over its own legs. Piotr ... [Non-text portions of this message have been...
23638
Axel Berger
absalom_nemini
Jan 30, 2013 8:38 pm
... If so, Eric is still having trouble adjusting to Win7. In the higher version Win98, that I use, NT is very good about sequences like ^!Save ^!Dos char w2t...
23639
Axel Berger
absalom_nemini
Jan 31, 2013 4:51 pm
As my clips are work in progress it can always be somehting I did, but the core of the following has been successfully in use for a long time. Part of an outer...
23640
aleksat1
Feb 3, 2013 10:25 pm
Hello everybody, is it possible to change a list with syntax Title - Artist into Artist - Title within NoteTab using Regular Expressions? Could this also work,...
23641
John Shotsky
shotsky1
Feb 3, 2013 10:43 pm
Yes. Regards, John RecipeTools Web Site: <http://recipetools.gotdns.com/> http://recipetools.gotdns.com/ John's Mags Yahoo Group:...
23642
Dave
david_99_au
Feb 4, 2013 12:32 pm
Hi try this it works on your example H="reverse title\artist" ^!Replace "(.*)92;s\-\s(.*)" >> "$2 - $1" AIRS THANKYOU DAVE M ... From: "aleksat1"...
23643
Jean-François Colas
jf_colas
Feb 4, 2013 1:19 pm
Hello list, Maybe I missed something obvious... Is there any way to determine the coordinates (at least the row number) of the starting and ending points of a...
23644
Don
dpasseng
Feb 4, 2013 4:02 pm
I use getrow and getcol and then select or maybe jump select start and repeat and store in variables as I recall ... not an easy way that I know of, but there...
23645
Don
dpasseng
Feb 4, 2013 4:14 pm
... Fascinating! If you find the cursor blinks after the last character of the selection on my screen, but if you use getrow and getcol it marks the first...