Built-in functions / Built-in functions |
Returns the value of an FGLPROFILE entry.
FGL_GETRESOURCE( name STRING ) RETURNING result STRING
The FGL_GETRESOURCE() function reads the FGLPROFILE file(s) and returns the value defined for the entry passed as parameter.
If the entry does not exist in the configuration file, the function returns NULL.
Note that FGLPROFILE entry names are not case sensitive.