Function: DECODEDBLE Purpose: Hermes interface routine for decoding doubles. Category: SYSTEM, USER-INTERFACE File: srvreq.c Author: J.P. Terlouw Use: INTEGER DECODEDBLE( EXPR, Input CHARACTER*(*) OUTV, Output DOUBLE ARRAY NOUT ) Input INTEGER DECODEDBLE Returns number of doubles actually decoded or a negative error code. EXPR Character string containing the expressions to be evaluated. OUTV Array of doubles 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.