Jump to content

Search the Community

Showing results for tags 'for....next'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General
    • Announcements and Site News
    • Administration
  • AutoIt v3
    • AutoIt Help and Support
    • AutoIt Technical Discussion
    • AutoIt Example Scripts
  • Scripting and Development
    • Developer General Discussion
    • Language Specific Discussion
  • IT Administration
    • Operating System Deployment
    • Windows Client
    • Windows Server
    • Office

Categories

  • AutoIt Team
    • Beta
    • MVP
  • AutoIt
    • Automation
    • Databases and web connections
    • Data compression
    • Encryption and hash
    • Games
    • GUI Additions
    • Hardware
    • Information gathering
    • Internet protocol suite
    • Maths
    • Media
    • PDF
    • Security
    • Social Media and other Website API
    • Windows
  • Scripting and Development
  • IT Administration
    • Operating System Deployment
    • Windows Client
    • Windows Server
    • Office

Categories

  • Forum FAQ
  • AutoIt

Calendars

  • Community Calendar

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Member Title


Location


WWW


Interests

Found 1 result

  1. Hey guys, hope you all are doing well i have this piece of code: Local $oAs = _IETagNameGetCollection($oIE, "a") For $oA In $oAs $sNumber1 = Execute("$oA.attributes.getNamedItem") $sNumber2 = Execute("$oA.attributes.getNamedItem") $sNumber3 = Execute("$oA.attributes.getNamedItem") $sNumber4 = Execute("$oA.attributes.getNamedItem") Next $sNumber1 = "Example1" $sNumber2 = "Example2" $sNumber3 = "Example3" $sNumber4 = "Example4" For $oA = $sNumber1 To $sNumber4 Step 1 Sleep(2000) _IEAction($oA, "click") Nextand i'd like to click this attributes one after another and for every one clicked i want to stop for 2 seconds... my problem is at the 'For...Next' function. Can anyone give a little help to my code?
×
×
  • Create New...