NSBVersion: Difference between revisions

From NSB App Studio
Jump to navigation Jump to search
No edit summary
Line 15: Line 15:


<pre>
<pre>
The current version of NS Basic is v. 4.0.1
The current version of NS Basic is v. 3.0.0
</pre>
</pre>


[[Category:Language Reference]]
[[Category:Language Reference]]

Revision as of 12:50, 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 NS Basic is " & NSBVersion

Output

The current version of NS Basic is v. 3.0.0