fgl_gethelp()

Reads the current help file, returning help text based on the help identifier.

Syntax

fgl_gethelp(
   id INTEGER )
  RETURNS STRING
  1. id is the help text identifier.

Usage

The fgl_gethelp() function returns the text corresponding to the help message number passed as parameter.

The text is read from the current help file. The current help file is defined by the OPTIONS HELP FILE instruction.