CUE Design Director Script Language User Manual

Page 19

Advertising
background image

Reference Manual Design Director Script Language

www.cuesystem.com

Page 19 of 94

Leave Error Event – ResumeLeaveEvent

Designed syntax:

ResumeLeaveEvent

This command causes to end the error handling and event handling process. It is passed on the next
event, if the next event has not taken place so far, it is waited for the next event.

Remarks

Rem command is used to insert remarks into source code.

Designed syntax:

Rem <any text>

; where

<any text> - one line of text inserted by a user, within this text no syntactical restriction are set.

Advertising