Jump to content

OnExitFunc


Jango
 Share

Recommended Posts

Why don't you try it yourself?

While 1
  ;Idle, wait to be closed
   Sleep(100)
WEnd

Func OnAutoItExit()
   FileWrite("onexitfunctest.txt", "OnAutoItExit Called")
EndFunc

Oh, the answer is no.

Edited by TomZ
Link to comment
Share on other sites

Why don't you try it yourself?

While 1
 ;Idle, wait to be closed
   Sleep(100)
WEnd

Func OnAutoItExit()
   FileWrite("onexitfunctest.txt", "OnAutoItExit Called")
EndFunc

Oh, the answer is no.

You are right tomZ :) thank you
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...