How to count number of program instance

hi there, anyone can advice how do i count the number of

there are multiple of such program instance and the count is to be use as the condition for a do while loop

Hi,

Can you try DataScraping? It returns DataTable and we can count its rows.

img20210510-2

Regards,

hi there, the number of program instance varies, at times, there may be 2, 3, 8 etc. hence i figure i need a do while loop to count the number of program instance there is. your thoughts?

Hi,

DataScraping can automatically extract these data. If it works correctly, we can get its number using ExtractDataTable.Rows.Count() (need not using While loop) Can you try this?

Regards,