NSB.id

From NSB App Studio
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

NSB.id

Description

NSB.id returns a string with the (file) name of the currently running app. This global property can be read, but not set.

Example

Rem NSB.id Example
Rem My example app's file name is HelloWorld.nsx
Print "The name of my app is " & NSB.id

Output

The name of my app is HelloWorld