aareleb Posted August 20, 2014 Posted August 20, 2014 hello I am a newb to autoit and I am stuck on using a variable inside of the ControlSetText. I have searched the forums but have found nothing that will help me this is what I am trying to do. Global $text = "Hello World!" ControlSetText("Notepad", "", "", "This is some text") Thanks
JohnOne Posted August 20, 2014 Posted August 20, 2014 Global $text = "Hello World!" ControlSetText("Notepad", "", "", $text) But you might want to specify a control and full window title. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now