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