Jump to content

Recommended Posts

Posted

HotKeySet('{ESC}', 'terminate')

While 1
  Sleep(50)
Wend

Func terminate()
   ConsoleWrite(@ScriptLineNumber & @CRLF)
   Exit
   ConsoleWrite(@ScriptLineNumber & @CRLF)
EndFunc

This is working.

Have you try the given example only?(not your code)

[font="Palatino Linotype"][size="2"]*** The information contained in this post should be considered and certified WORKS ON MY MACHINE ***[/size][/font][font="Palatino Linotype"][size="2"] [/size][/font]

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