Search found 239 matches

by fightcancer
Thu Dec 02, 2021 7:48 pm
Forum: Scripts and Tips
Topic: Text to Ascii or HTML Code Converter
Replies: 3
Views: 16434

Re: Text to Ascii or HTML Code Converter

Thanks for this!
by fightcancer
Fri Sep 17, 2021 11:32 pm
Forum: General Discussion
Topic: MS in an Unrelated YT Video?
Replies: 1
Views: 10636

MS in an Unrelated YT Video?

by fightcancer
Thu Sep 16, 2021 2:51 pm
Forum: Technical / Scripting
Topic: Let>NumFound=0 Fails
Replies: 4
Views: 3874

Re: Let>NumFound=0 Fails

Yes, that was the issue. I had no idea that MS would allow me to do it! I have a lot to learn....

Thanks so much!
by fightcancer
Thu Sep 16, 2021 4:18 am
Forum: Technical / Scripting
Topic: Let>NumFound=0 Fails
Replies: 4
Views: 3874

Let>NumFound=0 Fails

I've got a couple thousand lines of code, but when I reach this line:

Let>NumFound=0

...the Watch List shows this result:

0: NUMFOUND=1

Wondering what might prevent MS from assigning the value zero to the var NumFound.

Thanks!
by fightcancer
Mon Sep 13, 2021 6:19 pm
Forum: Technical / Scripting
Topic: Min or Max?
Replies: 2
Views: 2811

Re: Min or Max?

Thank you!!
by fightcancer
Mon Sep 13, 2021 4:07 pm
Forum: Technical / Scripting
Topic: Min or Max?
Replies: 2
Views: 2811

Min or Max?

Do we have anything to find the min or max values in a list? Thanks!
by fightcancer
Sun Aug 29, 2021 1:49 pm
Forum: General Discussion
Topic: "Access is Denied" bug
Replies: 2
Views: 10277

Re: "Access is Denied" bug

Thanks! I found the issue and updated the OP. Thanks again for the fast response!
by fightcancer
Sun Aug 29, 2021 1:40 pm
Forum: General Discussion
Topic: "Access is Denied" bug
Replies: 2
Views: 10277

"Access is Denied" bug

When I press F9 to start the debugger, I get an error in MS saying "Access is Denied" with a white X inside a red circle. The title bar says "Macro Scheduler." Not sure how to get around this bug. EDIT: found the issue: one of the coordinates in the ScreenCapture command wasn't a number. Fixed that ...
by fightcancer
Mon Aug 23, 2021 8:17 pm
Forum: Technical / Scripting
Topic: Combinations
Replies: 0
Views: 29898

Combinations

I have 10 items on the screen and trying to match those 10 in 5 unique pairs. I'd like to have the macro select 1 at random, and then click the other 9--which would certainly qualify as finding one pair. Then I'd like the macro to click the next item of the remaining 8 followed by the remaining 7, a...
by fightcancer
Tue Jun 22, 2021 2:38 pm
Forum: Technical / Scripting
Topic: Dropdown Box in Chrome
Replies: 2
Views: 2909

Re: Dropdown Box in Chrome

I had no idea about frames, but that helped so much! Many thanks!!
by fightcancer
Fri Jun 18, 2021 5:28 am
Forum: Technical / Scripting
Topic: Dropdown Box in Chrome
Replies: 2
Views: 2909

Dropdown Box in Chrome

I'm trying to get MS to select an option from the "Search By City Name" dropdown box in the link below but I'm not having any luck. https://www.lkm.org/general/custom.asp?page=DirectorySearch I was using this line, but the res value is always blank. ChromeFindElements>session_id,xpath,/html/body/tab...
by fightcancer
Sun May 16, 2021 6:04 pm
Forum: Technical / Scripting
Topic: ClipBoard bug
Replies: 0
Views: 29956

ClipBoard bug

I wrote a script to copy a segment of text over and over for the purpose of finding out where I need to add Wait> commands, for how long they should last, etc. The code ends with these lines. However, when the macro ends and I press CTRL+v, what pastes is not the value stored in %cb1%, and I'm wonde...
by fightcancer
Sun May 16, 2021 12:06 am
Forum: Technical / Scripting
Topic: Gettextinit freezes debugger
Replies: 20
Views: 23560

Re: Gettextinit freezes debugger

So glad to find this thread as MS v. 15.0.18 crashes constantly (and only) when I use GetTextInit and GetTextInRect!
by fightcancer
Sat Apr 24, 2021 5:51 pm
Forum: Technical / Scripting
Topic: Issue when pasting into MS Editor
Replies: 16
Views: 11858

Re: Issue when pasting into MS Editor

Grovkillen wrote:
Tue Dec 29, 2020 5:40 am
Yep got that same error. It's been like that for a long time.
Agreed.

I'm in the midwest US too.
by fightcancer
Sat Apr 24, 2021 2:02 am
Forum: Technical / Scripting
Topic: Trouble Finding Correct Element
Replies: 6
Views: 3262

Re: Trouble Finding Correct Element

Good to know! Thanks for sharing that. I didn't realize it was a thing.
Sign up to our newsletter for free automation tips, tricks & discounts