Recursive procedure

If you have found a bug please describe it here
Post Reply
Myosotis
Posts: 2
Joined: 17 Mar 2016, 12:21

Recursive procedure

Post by Myosotis »

In the main program, when I find the image X, I call the procedure P. In P, I click on the image, wait for 30s and check for this image again. If found, I call P again.
The procedure P is called, and then X is still displayed. So P should be recalled, but it is not. The main program continues.
User avatar
Jmgr
Admin
Posts: 1649
Joined: 07 Dec 2005, 15:45
Contact:

Re: Recursive procedure

Post by Jmgr »

Could you provide me with a minimal script that reproduces the issue please?

You can post the content of the script within "Code" tags.
"My software never has bugs. It just develops random features."
Post Reply