NSBVersion: Difference between revisions

From NSB App Studio
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''...")
 
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
NSBVERSION
NSBVersion


'''Description'''
== 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.
NsbVersion returns a string with the current version of NSB/AppStudio that is running. This global property can be read, but not set.


'''Example'''
== Example ==


<pre>
<pre>
REM NSBVersion Example
Rem NSBVersion Example
PRINT "The current version of NS Basic is " & NSBVersion
Print "The current version of App Studio is " & NSBVersion
</pre>
</pre>


'''Output'''
== Output ==


<pre>
<pre>
The current version of NS Basic is v. 4.0.1
The current version of App Studio is v. 3.0.0
</pre>
</pre>
[[Category:Language Reference]]

Latest revision as of 13:58, 27 February 2013

NSBVersion

Description

NsbVersion returns a string with the current version of NSB/AppStudio 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