Raise

Triggers an error and then skips to the error label defined in OnError.

SYNTAX
Raise(errorTypeToken, errorMessage) 
ARGUMENTS

errorTypeToken The value passed to the LastError variable when the Raise function is executed.
errorMessage Detailed error message.

EXAMPLE
Raise("ERR1","Error 1 thrown")