base.Application.getResourceEntry

Returns the value of an FGLPROFILE entry.

Syntax

base.Application.getResourceEntry(
   entry STRING )
  RETURNING result STRING
  1. entry is the name of an FGLPROFILE entry.

Usage

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

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