Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.atnf.csiro.au/computing/software/gipsy/sub/allpar.dc2
Дата изменения: Mon Feb 5 07:28:22 2001
Дата индексирования: Fri Jan 16 01:14:18 2009
Кодировка:

Поисковые слова: m 13
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