quote:
Originally posted by Buzz44
Ahoy there!
1) In JScript is there a key/reserved word to exit an Event function? For instance, OnGetScriptMenu, if I used a keyword (much like Return or Exit Sub in VB.Net), it will exit the function immediately and..
yes that is return;
and why not use the OnEvent_Signin() and just check if it is the first time the script is used (so imported..) with a reg code or something... and activate it manually only that time?
not the most beautiful solution... but it will work...