Lingo Dictionary > O-R > quickTimeVersion() |
![]() ![]() ![]() |
quickTimeVersion()
Syntax
quickTimeVersion()
Description
Function; returns a floating-point value that identifies the current installed version of QuickTime and replaces the current QuickTimePresent
function.
In Windows, if multiple versions of QuickTime 3.0 or later are installed, quickTimeVersion()
returns the latest version number. If a version before QuickTime 3.0 is installed, quickTimeVersion()
returns version number 2.1.2 regardless of the version installed.
Example
This statement uses quickTimeVersion()
to display in the Message window the version of QuickTime that is currently installed:
put quickTimeVersion()
![]() ![]() ![]() |