getApplicationName()
Retrieve the application name.
Syntax
getApplicationName()
RETURNS STRING
Usage
You can use it to return the application name to test this action in a scenario. For example:
DISPLAY "The application name is " || ggc.getApplicationName()