Interactive Technologies, Inc.
Nesting Multiple If .. Then Statements
For more complex logic scenarios, you can put If .. Then statements inside of other If .. Then statements.
For example:
Playback 1
If ('testMode' == 1) Then
Cue 1 Go
Else
If ('eStop' == 1) Then
Cue 99 Go
Else
Cue 2 Go
EndIf
EndIf
Playback 2 Clear
CueServer 2 User's Manual - 18.5.18
Page 276 of 429
Need help?
Do you have a question about the CueServer 2 and is the answer not in the manual?