11-15-2014, 05:53 AM
If it is a function, the 'End macro' hotkey does not work. And there is no 'End function' hotkey. If need, create another function that ends the first function, and assign it a keyboard trigger. Example:
Function end_Function299
Trigger CSe
Example:
Function Function300
Function end_Function299
Trigger CSe

Quote:or with a code within the own scriptUse ret. Or break, if in a loop.
Example:
Function Function300
