BuildCounter: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

29 October 2024

  • curprev 18:2118:21, 29 October 2024Ghenne talk contribs 490 bytes +23 →‎Description
  • curprev 14:2514:25, 29 October 2024Ghenne talk contribs 467 bytes +467 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"