Let>IGNOREERRORS=1
simply as hell...
sorry guys, post can be deleted , or archived for futur google searcher...
Search found 4 matches
- Mon Jan 09, 2017 4:58 pm
- Forum: Technical / Scripting
- Topic: How to deal with error message?
- Replies: 1
- Views: 2833
- Mon Jan 09, 2017 3:38 pm
- Forum: Technical / Scripting
- Topic: How to deal with error message?
- Replies: 1
- Views: 2833
How to deal with error message?
Hi, I hope you can help me guys, i'm in shortage of ideas... my code sometimes provocate error message like : - "failed to update clipboard" (ok/abort) -"subdivison by zero" (ok/abort) i've been looking for anticipating thos error, but i gave up after i realized how complex it can be. Now i think ab...
- Fri Nov 11, 2016 4:47 pm
- Forum: Technical / Scripting
- Topic: GetPixelColor : slower on Win 10 or on different gpu?
- Replies: 2
- Views: 3264
Re: GetPixelColor : slower on Win 10 or on different gpu?
don't worry for the code, of course i just tried to resume at max on this post, real code has correct syntax, but i wanted to avoid posting 1687 codeline on the thread... So, if i understood well, you just noticed the opposite ? win10 works better for you? The only things i observe same as you is th...
- Fri Nov 11, 2016 11:25 am
- Forum: Technical / Scripting
- Topic: GetPixelColor : slower on Win 10 or on different gpu?
- Replies: 2
- Views: 3264
GetPixelColor : slower on Win 10 or on different gpu?
Hi guys I'm encoutering an issue that doesn't want to solve... i used 3 macro in .exe , all compiled from the same code, excepted mouse coordinates. looks like : label>resetc let>c=0 label>loopcolor getpixelcolor> position 1 if good goto>next else add>c,1 if>c>30 goto>next else goto>loopcolor endif ...