These methods are used to access the application environment and its internal information.
base.Application methods are applied to the currently run application. This means that you don't need to create and declare a separate object (object creation is not supported).
base.Application methods are invoked in the following way:
CALL base.Application.<Method>(<parameters>)
returns the value of the specified argument |
|
returns the total number of arguments passed to the application |
|
retrieves the name of the current application |
|
retrieves the path to the executable file |
|
retrieves the Lycia installation path specified in the LYCIA_DIR environment variable |
|
retrieves the value of the parameter which name was set as the method argument to the fglprofile |
|
displays a formatted list of the invoked functions |