Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 11/13/2011 in all areas

  1. How about using subscripted variables (an array) and have $image[1], $image[2], etc? #include <IE.au3> #include <Array.au3> ; for testing $oIE = _IECreate ("[url="http://www.autoitscript.com/"]http://www.autoitscript.com/[/url]") $oImgs = _IEImgGetCollection ($oIE) Local $aImgs[@extended + 1] = [@extended], $iImg For $oImg In $oImgs $iImg += 1 ; $aImgs[$iImg] = $oImg.src ; full path $aImgs[$iImg] = $oImg.nameprop ; filename only Next _ArrayDisplay($aImgs) ; for testing
    1 point
  2. dennisfile, Welcome to the AutoIt forum - and goodbye. No need to delete your account - just do not bother to post. M23
    1 point
  3. Wow amazing, though somehow I don't believe it as you failed to read the forum rules too. Reported
    1 point
×
×
  • Create New...