base.Application.getProgramName()

 

The GetProgramName() method is used to retrieve a character string containing the name of the current application. The method does not need any arguments:

 

DEFINE name STRING

LET name = base.Application.getProgramName()