NSB.id

From NSB App Studio
Revision as of 15:32, 23 September 2015 by Ghenne (talk | contribs) (Created page with "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 == <pre>Rem NSB.i...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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