AppVersion: 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 14:2314:23, 29 October 2024Ghenne talk contribs 401 bytes +401 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"