Recursive procedure
Posted: 17 Mar 2016, 12:27
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.
The procedure P is called, and then X is still displayed. So P should be recalled, but it is not. The main program continues.