base.Application.getResourceEntry

Returns the value of an fglprofile entry.

Syntax

base.Application.getResourceEntry(
   name STRING )
  RETURNS STRING
  1. name is the name of an fglprofile entry.

Usage

This method returns the value of the fglprofile resource entry passed as parameter.

Example

MAIN
  DISPLAY base.Application.getResourceEntry("mycompany.params.logmode")
END MAIN