Function: ALLPAR Purpose: Obtain all HERMES user input parameters for issuing task. Category: USER-INTERFACE File: srvreq.c Author: J.P. Terlouw Use: INTEGER ALLPAR( MODE, Input-Output integer TEXT) Output character*(*) MODE : 0 fresh start; 1 continue. Upon return it is set to 1. TEXT : Receives the information. ALLPAR : >0 number of characters read into TEXT; =0 no more characters available; <0 error. Description: This function enables a program to obtain all actual user input parameters. This is normally done in a sequence of calls. The first call in this sequence is done with MODE=0; subsequent calls are done with MODE not equal to 0. Note that MODE is also an output argument. Updates: Feb 23, 1994: JPT, Original document