Previous: prsnum Up: ../plot79_p.html Next: prspec
SUBROUTINE PRSOPT (OPTION) C$ (Parse - Options) C$ Supply one or more parsing options for the current command. C$ Each call to PRSNEW to start a new command resets these to C$ their standard values, and a call to this routine sets ALL C$ of them to new values. An argument of 0 selects the C$ default values. The argument should be a sum of symbolic C$ option values taken from: C$ C$ OPNOIF: No Indirect File (@filename not recognized) C$ OPNOLC: No Lower Case (lower-case input raised to upper-case) C$ OPUBRK: User Break Table (used instead of standard table) C$ C$ (30-OCT-82)