What's New in QuickTime 4.1
| Previous | Chapter Contents | Chapter Top | Next |
The count command counts the number of elements in a QuickTime Player object.
count: Return the number of elements of a particular class within an object
count reference -- the object whose elements are to be counted
each type class -- the class of the elements to be counted
Result: integer -- the number of elements
tell application "QuickTime Player"
| Previous | Chapter Contents | Chapter Top | Next |