Jump to content

Return Value on Exit


Ontosy
 Share

Recommended Posts

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

Link to comment
Share on other sites

  • Moderators

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.

Link to comment
Share on other sites

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]

Link to comment
Share on other sites

  • Moderators

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.

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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