Search found 1091 matches

by Me_again
Wed Feb 06, 2013 12:03 am
Forum: Beginners
Topic: Detect read only Excel file
Replies: 5
Views: 14293

I think the question is unclear. Does it mean an Excel file which has been set as read only in windows, in which case JRL's OS level solution is good, or does it mean an Excel file that has been set to open as read only in Excel in which case the file is not flagged as read only by the operating sys...
by Me_again
Mon Jan 28, 2013 7:48 pm
Forum: General Discussion
Topic: Some of my scripts
Replies: 2
Views: 5703

Re: Some of my scripts

This morning I decided to organize my hundreds of scripts and came a cross a few I think are worth sharing. Very nice, as the regulars on here have seen you do good work :) You are welcome to share & modify them but you are not allowed to sell any of them without my consent. Make sure you read the ...
by Me_again
Sun Jan 27, 2013 1:30 am
Forum: The Water Cooler
Topic: Want to be the fastest on your block?
Replies: 5
Views: 9132

by Me_again
Sat Jan 26, 2013 12:15 am
Forum: Technical / Scripting
Topic: Posting to Facebook multiple pages - same content
Replies: 13
Views: 16617

Don't FB consider that spamming?
by Me_again
Sat Jan 26, 2013 12:11 am
Forum: The Water Cooler
Topic: Want to be the fastest on your block?
Replies: 5
Views: 9132

Oh, I thought you meant on the insurance :lol:
by Me_again
Fri Jan 25, 2013 9:07 pm
Forum: The Water Cooler
Topic: Want to be the fastest on your block?
Replies: 5
Views: 9132

Interesting formula, take a Lotus, pull the 270 hp four banger, stick in a 1,244 hp V8 *, and call it a production car :?

*and do a bunch of other modifications.
by Me_again
Fri Jan 25, 2013 2:43 pm
Forum: Beginners
Topic: DBQuery output format
Replies: 7
Views: 12082

So using date_format didn't fix it?
by Me_again
Thu Jan 24, 2013 4:50 pm
Forum: The Water Cooler
Topic: Clever Everyday Hacks
Replies: 5
Views: 12101

Altoids tins are popularly used for small electronic hardware projects. Adafruit now sells prototyping boards custom designed to fit. For anyone who doesn't like the work of consuming the mints they also sell Altoids tins that never saw an Altoid :roll:
by Me_again
Mon Jan 21, 2013 3:00 pm
Forum: Beginners
Topic: DBQuery output format
Replies: 7
Views: 12082

Have you tried formatting the date by using the MySQL
DATE_FORMAT(date,format)
command in the Select? Maybe that will override the default.
by Me_again
Mon Jan 14, 2013 6:53 pm
Forum: Technical / Scripting
Topic: Tried v13:'a monitor program has been found" by WinLice
Replies: 4
Views: 7411

WinLicense - subject truncated.
by Me_again
Mon Jan 07, 2013 11:31 pm
Forum: Technical / Scripting
Topic: Regex Wild Card
Replies: 7
Views: 5683

Hmmm, so what is the recognizable pattern then ?
by Me_again
Mon Jan 07, 2013 11:19 pm
Forum: Technical / Scripting
Topic: Regex Wild Card
Replies: 7
Views: 5683

Is 121206 the only numeric, or can the random characters include numerics?
by Me_again
Wed Jan 02, 2013 8:02 pm
Forum: Beginners
Topic: Invalid floating point operation with round or trunc funct.
Replies: 14
Views: 24340

So much for my theory :oops: What version of MacroScheduler?
by Me_again
Wed Jan 02, 2013 6:32 pm
Forum: Beginners
Topic: Invalid floating point operation with round or trunc funct.
Replies: 14
Views: 24340

Could it be a 32 vs 64 bit OS issue? I have the same result as migro on Win7/32, exponent 9 works, exponent 10 results in "Invalid floating point operation".
by Me_again
Fri Dec 28, 2012 7:33 pm
Forum: General Discussion
Topic: %Variable%(???)
Replies: 18
Views: 29810

You could always use a loop:

Code: Select all

Let>k=1
Repeat>k
let>rgb_%k%=
Add>k,1
Until>k>1000
cron
Sign up to our newsletter for free automation tips, tricks & discounts