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:25, 29 October 2024 Ghenne talk contribs created page BuildCounter (Created page with "BuildCounter == Description == BuildCounter returns a string with the current version of NSB/AppStudio that is running. This global property can be read, but not set. It is only used for native apps created using VoltBuilder. The number is incremented on each build. == Example == <pre> Rem BuildCounter Example Print "The current BuildCounter is " & BuildCounter </pre> == Output == <pre> The current BuildCounter is 42 </pre> Category:Language Reference")