Cue Design Director Script Language Instrukcja Użytkownika Strona 20

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 94
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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>
Przeglądanie stron 19
1 2 ... 15 16 17 18 19 20 21 22 23 24 25 ... 93 94

Komentarze do niniejszej Instrukcji

Brak uwag