Command writing syntax – CUE Design Director Script Language User Manual

Page 20

Advertising
background image

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>

Advertising