* * $Id$ * * $Log$ * * * xinput.inc * *CMZ : 3.00/00 02/05/2001 20.42.25 by Unknown *-- Author : *----------------------------------------------------------------------- * INPCOM - Common blocks used by the input routines to store the input * INPCHR line and some related information. * VARIABLES : NCHAR(I) : Number of characters in word I. * INDWRD(I) : Index in string of word I. * ERRCDE(I) : Error code for word I. * NWORD : Number of words not > MXWORD. * STRING : The input line. * PROMPT : Prompt string (printed if LPROM is .TRUE.) * LUN : Logical unit from which input is read. * ICHSET : 0: character set ?, 1: ASCII, 2: EBCDIC * LINREC : Input recording on/off. * ARGSTR : String with input file arguments. * EOFSTR : EOF marker string. * LUNSTR : Input reference, 1=file, 2=EOF, 3=args * (Last changed on 7/11/00.) *-----------------------------------------------------------------------