fgl_gethelp()

Returns the help text according to its identifier by reading the current help file.

Syntax

fgl_gethelp(
   help-id INTEGER )
  RETURNING result STRING
  1. help-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.