NSBVERSION
Description
NSBVersion returns a string with the current version of NS Basic/CE 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
Related Items