Jump to content

Recommended Posts

Posted

Hi,

My goal is to use HotKeySet() to exit the script when I press esc.

Right now I have:

HotKeySet("{Esc}", "exitProg")
Func exitProg()

EndFunc

What do I need to put between Func exitProg() and EndFunc to exit my script? Thanks!

Posted

Hi,

My goal is to use HotKeySet() to exit the script when I press esc.

Right now I have:

HotKeySet("{Esc}", "exitProg")
Func exitProg()

EndFunc

What do I need to put between Func exitProg() and EndFunc to exit my script? Thanks!

The word "Exit"

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
×
×
  • Create New...