AppVersion

From NSB App Studio
Jump to navigation Jump to search

AppVersion

Description

AppVersion returns a string with the current version of of your app. It is set in Project Properties. This global property can be read, but not set at runtime.

Example

Rem AppVersion Example
Print "The current version of this app is " & AppVersion

Output

The current version of this app is 3.0.0