Jump to content

Question


Recommended Posts

Hi excuse my bad english but im new to this AutoIt and I got a question. Im wondering if AutoIt can read a number or a letter in a box and send it so you can use it in your script? Would really appreciate if you let me know.

And do you know a site for learning the commands in AutoIt (not the help file in AutoIt), and is there a AutoIt help file in Swedish?

Thank you

Link to comment
Share on other sites

what do you mean by "a box"

If you are refering to a widow 'box' or an input field 'box' then yes you can use ControlGetText() for such things.

As for a sweedish autoit help file i think only russian, german, itialian and spanish are offically available...maybe you'd like to make one yourself :D?

see here -http://www.autoitscript.com/autoit3/docs.php

Edited by evilertoaster
Link to comment
Share on other sites

Hi excuse my bad english but im new to this AutoIt and I got a question. Im wondering if AutoIt can read a number or a letter in a box and send it so you can use it in your script? Would really appreciate if you let me know.

And do you know a site for learning the commands in AutoIt (not the help file in AutoIt), and is there a AutoIt help file in Swedish?

Thank you

Try this command too:

ControlGetText( "title", "text", controlID )

It is very usefull to read text from a window.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...