Previous Topic

Next Topic

AppVersion - MaxBasic Function

AppVersion[(ExtendedInfo: Boolean)]: String

App Version function returns the application version number. This can be used to test that a script is being used on a suitable version. Takes one optional boolean parameter. If True, it returns the extended version information string including .exe date, time and build flags.

AppVersion function syntax has these named arguments:

Parameter

Description

ExtendedInfo

Optional. If set to True, AppVersion returns extended version information. Defaults to False.

See Also

Application Functions

Book Contents

Book Index