BuildCounter

From NSB App Studio
Revision as of 14:25, 29 October 2024 by Ghenne (talk | contribs) (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")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

Rem BuildCounter Example
Print "The current BuildCounter is " & BuildCounter

Output

The current BuildCounter is 42