Previous: prsehr Up: ../plot79_p.html Next: prsfil
INTEGER FUNCTION PRSEOL (STATUS, STDHMS, HLPSTR, LENHLP) C$ (Parse - End-of-Line) C$ Parse an end-of-line. The arguments are: C$ C$ STATUS.........Parsing status value (and function value) C$ returned; one of EOF, NOPABT, NOPHLP, C$ NOPIFL, NOPNC, NOPUNK, OKAY, OVRFLO, or C$ REPARS. The help return, NOPHLP, is only C$ given if an alternative parse is in C$ progress. Otherwise, this routine loops C$ until the user completes the input field C$ with something other than the help C$ character. C$ STDHMS......... .TRUE. - issue standard help message. C$ .FALSE. - suppress standard help message. C$ HLPSTR(*)......Packed Hollerith help string. C$ LENHLP.........Length of HLPSTR(*). C$ (25-APR-84)