Hi,
I have a script that loops through an array of URLs and displays them with a Sleep command in between. The exact code is:
For $iPageLoop = 0 to UBound($arrWebPages) - 1
_IENavigate ($oIE, $arrWebPages[$iPageLoop])
_IELoadWait ($oIE)
Sleep($iSleepTime)
Nex
t
I have a script that loops through an array of URLs and displays them with a Sleep command in between. The exact code is:
For $iPageLoop = 0 to UBound($arrWebPages) - 1
_IENavigate ($oIE, $arrWebPages[$iPageLoop])
_IELoadWait ($oIE)
Sleep($iSleepTime)
Nex
t