AppVersion

From NSB App Studio
Revision as of 14:23, 29 October 2024 by Ghenne (talk | contribs) (Created page with "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 == <pre> Rem AppVersion Example Print "The current version of this app is " & AppVersion </pre> == Output == <pre> The current version of this app is 3.0.0 </pre> Category:Language Reference")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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