Ontosy Posted September 5, 2006 Posted September 5, 2006 Do it is possibile to launche a autoit script and then when it exit return un value to on other application waiting?i know that Exit() can to return a numeric value. Do it is possibile to return a string value?Again: do it is possibile:launch a au3 with excelexcel wait end of au3excel get the value returned from au3?ty
Moderators SmOke_N Posted September 5, 2006 Moderators Posted September 5, 2006 Do it is possibile to launche a autoit script and then when it exit return un value to on other application waiting?i know that Exit() can to return a numeric value. Do it is possibile to return a string value?Again: do it is possibile:launch a au3 with excelexcel wait end of au3excel get the value returned from au3?tyHave you looked at the OnAutoItExit() and or Std* functions? Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
Ontosy Posted September 5, 2006 Author Posted September 5, 2006 Have you looked at the Std* functions?i not have my used this function. Ty it is very intersting.Do you it is possibile to send a value to Excel VBA on autoit exit?
lod3n Posted September 5, 2006 Posted September 5, 2006 Search for the Excel UDFs. You can remotely control, get and set values, and interact with Excel. [font="Fixedsys"][list][*]All of my AutoIt Example Scripts[*]http://saneasylum.com[/list][/font]
Ontosy Posted September 5, 2006 Author Posted September 5, 2006 Search for the Excel UDFs. You can remotely control, get and set values, and interact with Excel.excuse me, do it is possibile to do the same with Access?
lod3n Posted September 5, 2006 Posted September 5, 2006 Presumably, but so far as I know, no one has written any Access UDFs, so you might be on your own there. There are quite a few SQL UDFs, so you might be able to interact with the data in your MDB file directly via Jet. [font="Fixedsys"][list][*]All of my AutoIt Example Scripts[*]http://saneasylum.com[/list][/font]
Richard Robertson Posted September 5, 2006 Posted September 5, 2006 No, there is no such thing as a return string. Return values are integer based so unless you create a string in shared memory and return the integer pointer to it, the string cannot be sent. Good luck on direct transfer though.
Moderators SmOke_N Posted September 5, 2006 Moderators Posted September 5, 2006 Presumably, but so far as I know, no one has written any Access UDFs, so you might be on your own there. There are quite a few SQL UDFs, so you might be able to interact with the data in your MDB file directly via Jet.Good point, maybe this would be a good place to start:http://www.autoitscript.com/forum/index.ph...highlite=%2Bmdb Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
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