revAppVersion | |||||||
Type | function | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Summary | Returns the version of the LiveCode application. | ||||||
Introduced | 1.0 | ||||||
OS | mac, windows, linux | ||||||
Platforms | desktop, server | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Keyword: string Control Structure: function Message: startup, openBackground, preOpenStack, openStack, preOpenCard Function: version, libURLVersion, buildNumber Library: Common library, library Glossary: LiveCode, return, main stack, handler, engine, development environment, group, message, application, property inspector, LiveCode custom library | ||||||
Description | Use the revAppVersion function if you need to check which version of the development environment is currently running. The revAppVersion function is different from the version function. The revAppVersion function returns the version of the development environment, while the version function returns the version of the underlying engine. For example, the contents of the LiveCode menu bar, the LiveCode custom libraries, and the property inspector depend on the revAppVersion, but the features of the LiveCode language depend on the engine version.
|