Jump to content

Recommended Posts

Posted

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 excel
  • excel wait end of au3
  • excel get the value returned from au3
?

ty

  • Moderators
Posted

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 excel
  • excel wait end of au3
  • excel get the value returned from au3
?

ty

Have 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.

Posted

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?

Posted

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?
  • Moderators
Posted

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...