All public logs
Jump to navigation
Jump to search
Combined display of all available logs of NSB App Studio. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 14:23, 29 October 2024 Ghenne talk contribs created page AppVersion (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")