Apple Final Cut Pro 5 Bedienungsanleitung Seite 323

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 376
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 322
FXScript Reference 323
Repeat With list
Repeat With variable in
[x1, x2, x3, ...]
End Repeat
This repeats the script lines
between Repeat and End Repeat
once for each of the values
specified in the list. At the same
time, it assigns each value in
turn to the variable.
Exit Repeat
Exit Repeat
This command directs the script
flow to the lines immediately
following the End Repeat
statement. It can be structured
as the result of a condition
being met.
For/Next
For variable = start to
finish [step
amount]
Next
This type of loop runs the script
lines between the For and Next
statements for the number of
times specified. Loop with
counter=1 to 10 loops the lines
of script 10 times.
Exit For
Exit For
This command directs the script
flow in the For loop to the lines
immediately following the Next
statement. It can be structured
as the result of a condition
being met.
Statement Syntax Description
Seitenansicht 322
1 2 ... 318 319 320 321 322 323 324 325 326 327 328 ... 375 376

Kommentare zu diesen Handbüchern

Keine Kommentare