NSBVersion: Difference between revisions
Jump to navigation
Jump to search
Created page with "NSBVERSION '''Description''' NSBVersion returns a string with the current version of NS Basic/X that is running. This global property can be read, but not set. '''Example''..." |
No edit summary |
||
Line 1: | Line 1: | ||
NSBVersion | |||
== Description == | |||
NsbVersion returns a string with the current version of NS Basic/X that is running. This global property can be read, but not set. | |||
== Example == | |||
<pre> | <pre> | ||
Rem NSBVersion Example | |||
Print "The current version of NS Basic is " & NSBVersion | |||
</pre> | </pre> | ||
== Output == | |||
<pre> | <pre> | ||
The current version of NS Basic is v. 4.0.1 | The current version of NS Basic is v. 4.0.1 | ||
</pre> | </pre> | ||
[[Category:Language Reference]] |
Revision as of 02:27, 17 August 2012
NSBVersion
Description
NsbVersion returns a string with the current version of NS Basic/X 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. 4.0.1