KPG1_LISTC

Lists a character array to an ASCII file or reports it to the user

Description:

This takes a character array and either writes the array to an open ASCII file or uses the message system to report it to the user.

Invocation

CALL KPG1_LISTC( FD, EL, ARRAY, FILE, STATUS )

Arguments

FD = INTEGER (Given)
The file descriptor for the log file. It is ignored if FILE is false.
EL = INTEGER (Given)
The number of character strings in the array.
ARRAY( EL ) = CHARACTER ( ) (Given)
The array of character strings.
FILE = LOGICAL (Given)
If true the array is listed to the ASCII file otherwise the array is reported to the user.
STATUS = INTEGER (Given and Returned)
The global status.

Prior Requirements