Jump to content

Search the Community

Showing results for tags 'read in'.

  • 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

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. Hi A complete newbie to Autoit but have some VBA experience. I am automating a windows program which needs to open a set file (from within the program) using a mouse click. Then i want to move down the set file (Down arrow x number of times) (untick a box) move down a few more times and tick a box then close the set file and run a tester to allow me to pick the best value (copy again) and go back to the set file and move to the ticked record and update associated value. This would loop until all 20 values are optimised and updated. The mouse recorder does most of it. As there are say 20 values i need to do this with it might be best to store the number of down arrows for each test value in an external file. I would store the variable name and number of down arrows to it. What would be the best way to do this? I could easily use a table in MS Access or a csv file (export from Access or Excel). Is there a bit of code that can search for a line in a csv for a match on a variable name and read in the associated number (of down arrows)? Regards Neil
×
×
  • Create New...