Function: DECODEREAL Purpose: Hermes interface routine for decoding reals. Category: SYSTEM, USER-INTERFACE File: srvreq.c Author: J.P. Terlouw Use: INTEGER DECODEREAL( EXPR, Input CHARACTER*(*) OUTV, Output REAL ARRAY NOUT ) Input INTEGER DECODEREAL Returns number of reals actually decoded or a negative error code. EXPR Character string containing the expressions to be evaluated. OUTV Array of reals obtaining the decoded values. Notes: - The syntax of the input for this routine is described in document input.dc2. - Variables defined in Hermes are also available through this function. Updates: Jul 21, 1994: JPT, document created.