Function: DCDCHARL Purpose: Decodes a string of characters into character strings. All alphabetic characters will be in lowercase. Category: UTILITY, USER-INTERFACE File: herinp.c Author: K.G. Begeman Use: INTEGER DCDCHARL( EXPR, Input CHARACTER*(*) OUTV, Output CHARACTER*(*) ARRAY NOUT, Input INTEGER IERH ) Output INTEGER DCDCHARL 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: Jul 31, 1989: KGB, Document created. May 8, 1992: FXV, Bug removed.