NSBVersion: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 9: | Line 9: | ||
<pre> | <pre> | ||
Rem NSBVersion Example | Rem NSBVersion Example | ||
Print "The current version of | Print "The current version of App Studio is " & NSBVersion | ||
</pre> | </pre> | ||
Line 15: | Line 15: | ||
<pre> | <pre> | ||
The current version of | The current version of App Studio is v. 3.0.0 | ||
</pre> | </pre> | ||
[[Category:Language Reference]] | [[Category:Language Reference]] |
Revision as of 13:06, 2 September 2012
NSBVersion
Description
NsbVersion returns a string with the current version of NSB/App Studio that is running. This global property can be read, but not set.
Example
Rem NSBVersion Example Print "The current version of App Studio is " & NSBVersion
Output
The current version of App Studio is v. 3.0.0