Cue Design Director Script Language Bedienungsanleitung Seite 20

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 94
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 19
Reference Manual Design Director Script Language
www.cuesystem.com
Page 20 of 94
2.4.5. Command Writing Syntax
In the design environment commands are written in Grid i.e. a table. This Grid has three columns with
the following semantics:
1. Command
2. Command specification
3. Parameter
The following syntax has been assigned for each command:
Command Command specification Parameter
Call <expression type callable> <parameter list>
Dim <variable name> <type name> [* <declared length>]
Do
Do While <expression type uint>
Do Until <expression type uint>
Else
Else If <expression type uint>
EndIf
Exit Do
Exit Macro
If <expression type uint>
Loop
Loop While <expression type uint>
OnErrorCallException <expression type callable> <parameter list>
OnErrorResumeNext
Param <parameter name> <type name>
ParamByval <parameter name> <type name> [* <declared length>]
Rem <arbitrary text>
Resume LeaveEvent
Resume LeaveMacro
Static <variable name> <type name> [*<declared length>]
Set <lexpression> <expression>
Seitenansicht 19
1 2 ... 15 16 17 18 19 20 21 22 23 24 25 ... 93 94

Kommentare zu diesen Handbüchern

Keine Kommentare