mickisup Posted April 24, 2009 Posted April 24, 2009 Is there a way to extract the the results that a given .au3 script returns. In my example I have an automated way now to search for a particular string in an application and record the time it takes to search and return results. It would be good also to record in the results .CSV the actual number of hits, this is presented on screen but would there be anyway to read that into a variable in the script?
Qousio Posted April 24, 2009 Posted April 24, 2009 Is there a way to extract the the results that a given .au3 script returns.In my example I have an automated way now to search for a particular string in an application and record the time it takes to search and return results.It would be good also to record in the results .CSV the actual number of hits, this is presented on screen but would there be anyway to read that into a variable in the script?Use variables to get all the results you need. And then write them into a ini file or filewritefromarray. Have fun
mickisup Posted April 24, 2009 Author Posted April 24, 2009 Use variables to get all the results you need. And then write them into a ini file or filewritefromarray. Have fun Can you point me at some examples or suggest where in the documentation I might find what I need?
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