Version: 14.0.3
So I have a simple code line:
Code: Select all
IEExtractTag>IE[2],,IMG,59,1,tag
In truth, I have this code in a loop, looking for a certain image to click on. I need a way to know when to stop the loop. I do this currently with IEGetTags, then I know how many are returned in the Array count, but this has the problem of I can have multiple similar pages open, and it can extract from the wrong page.
Any chance of getting IEExtractTag to an invalid tag to simply return -1? Would make my life easy.
Dan