KPG1_COPYC

Copies a one-dimensional array of character strings

Description:

This routine copies a one-dimensional array of character strings from an inmput to an output array.

Invocation

CALL KPG1_COPYC( NEL, IN, OUT, STATUS )

Arguments

NEL = INTEGER (Given)
The length of the array.
IN = CHARACTER( NEL ) ( ) (Given)
The input array.
OUT = CHARACTER( NEL ) ( ) (Returned)
The output array.
STATUS = INTEGER (Given and Returned)
The global status.