alterctrlego Posted December 21, 2006 Posted December 21, 2006 I know that using Send("line 1{ENTER}line 2" can be used to make multiple lines using one command, but is this possible in variables? Can I have one variable that has a few seperate lines in it? Thanks in advance, AlterCtrlEgo ___________________________________________ www.alphahacka.com - the game modding resource
MHz Posted December 21, 2006 Posted December 21, 2006 This works for me Run('notepad') WinWaitActive('Untitled') $variable = 'line 1' & @CRLF & 'line 2' & @CRLF & 'line 3' Send($variable)
alterctrlego Posted December 21, 2006 Author Posted December 21, 2006 Thanks for the quick response MHz! I thought I would have to wait days! The response you gave me fixed my problem exactly! I still have a few other problems to resolve in my HTTP Client though ... AlterCtrlEgo, The thankful n00b
MHz Posted December 21, 2006 Posted December 21, 2006 We like to be quick and helpful here. Oh, and welcome to the AutoIt forum.
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