I'm just a newbie in AutoIt
If u have time, I wanna ask 3 things
1/ How to make a repeat loop until we press ESC
2/ Is it possible to copy any line in a window? Can we find and copy a line start with "something" For eg: I wanna copy a line in a webpage start with "There". By using mouse control??.
3/ Paste what I just copy to a Notepad window.
Questions to ask
Started by
amcutp
, Mar 13 2012 03:12 AM
1 reply to this topic
#1
Posted 13 March 2012 - 03:12 AM
#2
Posted 13 March 2012 - 01:57 PM
Hi, amcutp, welcome to the forum. The answer to all of your questions is a resounding yes! Please take the time to familiarize yourself with the Help file; it will be your best friend in the AutoIt world. Regarding your questions, take a look at these topics:
1. How to make a repeat loop until we press ESC - Check out the topics for HotKeySet in the help file.
2. Is it possible to copy any line in a window? Can we find and copy a line start with "something" For eg: I wanna copy a line in a webpage start with "There". By using mouse control??. - Check out FileRead for reading from a file, or _IEBodyReadText for reading from a web page.
3. Look at Send for pasting what you find into a Notepad document.
Try these out and let us know how you do. If you get stuck, feel free to post your code here and we'll do our best to help
1. How to make a repeat loop until we press ESC - Check out the topics for HotKeySet in the help file.
2. Is it possible to copy any line in a window? Can we find and copy a line start with "something" For eg: I wanna copy a line in a webpage start with "There". By using mouse control??. - Check out FileRead for reading from a file, or _IEBodyReadText for reading from a web page.
3. Look at Send for pasting what you find into a Notepad document.
Try these out and let us know how you do. If you get stuck, feel free to post your code here and we'll do our best to help
J.I spent 10 minutes reviewing code and thinking "What kind of drugs is this guy on?" before realizing it was something I wrote.My Scripts:Include Source with Compiled Script, Disk Maintenance for Windows XP, "Deal-A-Day" Sites, SCCM 2007 Front End, Windows Firewall UDF
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users




