NSB.id
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 ExampleRem My example app's file name is HelloWorld.nsxPrint "The name of my app is " & NSB.id
Output
The name of my app is HelloWorld