Version
Description: |
baVersion returns a string containing version information. | ||||||||||||||||||||||||||||||
Platforms: |
Windows and Macintosh | ||||||||||||||||||||||||||||||
Usage: |
Result = baVersion( VersionType ) | ||||||||||||||||||||||||||||||
Arguments: |
String. VersionType is the type of version you are interested in. Can be one of the following:
|
||||||||||||||||||||||||||||||
Returns: |
String. Returns the version information requested. |
||||||||||||||||||||||||||||||
Examples: |
Director: Authorware: |
||||||||||||||||||||||||||||||
Notes: |
Possible returns for baVersion( "os" ) are "Win95", "Win98", "WinME", "WinNT", "Win2000", "WinXP", "WinVista", "Mac9", "Mac10". On Windows, Apple made considerable changes to
QuickTime between versions 2 and 3, and both may coexist on the same system.
"qt" will report the version of QuickTime prior to version 3, "qt3" will
report any version 3 or later. On Macintosh, only one version of
QuickTime can be installed at once and "qt" will return the version of any
QuickTime installed. |