Lingo Dictionary > T-Z > trackCount (cast member property)

 

trackCount (cast member property)

Syntax

member(whichCastMember).trackCount()
trackCount(member whichCastMember)

Description

Digital video cast member property; returns the number of tracks in the specified digital video cast member.

This property can be tested but not set.

Example

This statement determines the number of tracks in the digital video cast member Jazz Chronicle and displays the result in the Message window:

put member("Jazz Chronicle").trackCount()