Function: DCDCHAR Purpose: Decodes a string of characters into character strings. Category: UTILITY, USER-INTERFACE File: herinp.c Author: K.G. Begeman Use: INTEGER DCDCHAR( EXPR, Input CHARACTER*(*) OUTV, Output CHARACTER*(*) ARRAY NOUT, Input INTEGER IERH ) Output INTEGER DCDCHAR Returns number of character strings actually decoded. EXPR Character string containing the expressions to be evaluated. OUTV Array of character strings containing the decoded values. NOUT Dimension of OUTV. IERH Error return code. A list of error is given in HERINP.DC2. Notes: 1. The syntax of the input for this routine is described in document INPUT.DC2 Updates: Oct 13, 1988: KGB, Document created.