... Don, I recall you saying you always want to round down to a whole number. The following 2 operators appear to always give the same result by rounding down....
12563
dpasseng
Oct 5, 2004 1:56 am
Alan, you da bomb man! I think I have it working: ^!clearvariables ;get goal time ^!Set %goal_time%=^?[Goal Time (xx:xx)] ^!Set %length%=^?[Overall distance...
12564
R Shapp
rayshapp
Oct 5, 2004 2:22 am
Hi Alec and Jody, Thank you for your replies. I do comprehend all that you have said (and I appreciate your help). I discovered that all of the Excel window...
12565
Alec Burgess
alecb3ca
Oct 5, 2004 3:07 am
... Ask and it shall be found :-) API Spy+++ http://www.geocities.com/prototype_terrizer/VBToolz.htm Regards ... Alec -- ... From: "R Shapp"...
12566
Larry Hamilton
lm_hamilton
Oct 5, 2004 3:50 am
Here is an oldie but a goodie from Larry Thomas. When you focus a program, its title bar gets copied. I use this every time I want to make sure I have the...
12567
acummingsus
Oct 5, 2004 4:28 am
... [ . . ] ... on an ... ^!Jump DOC_START ^!Replace "^p" >> "^%EMPTY%" IS ;---end-- that just removed an initial blank line at the very top of a doc for me if...
12568
Sheri
silvermoonwo...
Oct 5, 2004 5:27 am
Hi John and Jody, Glad you are finding the archives useful. It took a few hours to pull them together. I was unaware of any special utilities that pull ...
12569
Sheri
silvermoonwo...
Oct 5, 2004 5:34 am
Hi John, Have a look at my ClipcodeSyntax_v4.02.zip in our Files area as well. It is a clip-driven clip writer, works with all flavors of NoteTab, and is free....
12570
R Shapp
rayshapp
Oct 5, 2004 6:28 am
Hi Alec and Larry, Thanks for the App Title grabbers. In the clip by Larry Thomas, why is the second part in a loop (Loop2)? It appears to make a copy of the...
12571
acummingsus
Oct 5, 2004 7:31 am
... [ see former post for the previous, smaller version clip ] ... that ... For up to 3 hrs 59 minutes and 59 seconds, here's a rough blueprint that works. It...
12572
acummingsus
Oct 5, 2004 7:47 am
... [ . . ] ... Already can do that. I forgot to mention a just for fun thing in the clip ie go ahead and enter 7 for the hours, say, 31 for the miles, 12 ...
acummingsus , That certainly works when the first line is a paragraph mark only but when the first line is a complete line the first paragraph mark is removed...
12575
loro
yastupidhoo
Oct 6, 2004 7:27 am
... I think you have to explain what you mean with complete line. Two line breaks? A line of spaces followed by a line break? What about this then. Should...
12576
Larry Hamilton
lm_hamilton
Oct 6, 2004 1:06 pm
Ray, The loop is if you want to grab titles for more than one program. Otherwise you can cancel the clip. Larry Hamilton lmh@... My Webpage ...
12577
Robin Chapple
d9790
Oct 6, 2004 8:50 pm
My apologies for not expressing myself in an easily understood manner. The situation that I have is that I run a clip and I am often left with the first line...
12578
Hugo Paulissen
hugo_paulissen
Oct 6, 2004 10:29 pm
... Robin, Have a look at this... ^!Jump DOC_START ^!MoveCursor 1 ^!If ^$GetRow$=1 NotEMPTY ELSE EMPTY ... ; do whatever you wish here ^!INFO First line is...
12579
Alan C.
acummingsus
Oct 6, 2004 11:34 pm
... ^!Jump DOC_START ^!Select EOL ^!Replace "^\n" >> "" ISRH ^!Select 0 ;----end--- (a regex also with other code which insures that it cannot get further down...
12580
hsavage
hrs62930
Oct 7, 2004 12:21 am
... Robin, I might as well give you another choice. This 3 line clip will test line 1 for any character and if empty will jump to line 1 and delete it. If...
12581
Don Passenger
dpasseng
Oct 7, 2004 5:10 pm
a perfect example of the value of the archived zips I suppose, that I don't have I know we periodically have had clips to build such tables automatically ......
12582
Don Passenger
dpasseng
Oct 7, 2004 7:08 pm
I did find this after some looking: http://notetab.com/html.php csv-2-table.zip; 08 Feb 1999; Joe Barta Convert comma-delimited data files to HTML tables (all...
12583
Michael Frascinella
frascinella
Oct 11, 2004 4:15 am
Dear Notetabbers, I was slowly figuring this out but it's still not working. I want to select a range of text in a web page. The text is between start and end...
12584
hsavage
hrs62930
Oct 11, 2004 6:13 am
... text to the ... Michael, Try something on this order. hrs H="Replace Navigation Buttons" ; ; finds and deletes navigation buttons then inserts new ; ones...
12585
Jody
notetabber
Oct 11, 2004 8:38 am
Hi Michael, ... I'm not sure what you mean by "should be a feature but" it is somewhat of a Windows standard to click where you want to start or stop a...
12586
Michael Frascinella
frascinella
Oct 11, 2004 6:50 pm
Dear Jody and Mr. Savage, Thanks for the speedy reply. It took me a little while to figure out why Mr. Savage's clip worked and the same code in my clip did...
12587
Jody
notetabber
Oct 12, 2004 12:52 am
Hi All, Where do I look to find what version of Windows is installed on a computer and preferably the SP number? I need to use a Clip to do it. If it is in the...
12588
Julie
readingril
Oct 12, 2004 1:04 am
winver works from the run line If that's what you're asking :-)...
12589
Julie
readingril
Oct 12, 2004 1:10 am
oh yeah... it just needs to be converted to text somehow ;-)...
12590
Jody
notetabber
Oct 12, 2004 1:35 am
Hi Julie, Yeppers, but thanks! :) There's got to be away. I'm sure one of the programmers will know how to get what Windows version and service pack a computer...
12591
Pete Turner
turnerpgeac
Oct 12, 2004 1:54 am
G'day Jody, ... You might find what you're looking for (on Windows 2000, at least) in HKEY_LOCAL_MACHINE\SOFTWARE92;Microsoft92;Windows NT\CurrentVersion Pete...