Back
GetAppName
The
GetAppName
method gets the name of the running application.
app.GetAppName();
Example
function OnStart()
{
name = app.GetAppName();
app.ShowPopup( name );
}
Copy
Copy All
Run