BuildCounter

From NSB App Studio
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 you do with VoltBuilder.

Example

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

Output

The current BuildCounter is 42