Previous: inqrp3 Up: ../plot79_i.html Next: inqss
SUBROUTINE INQSPA (INTPAR,FLTPAR) C$ (Inquire Symbol Parameters) C$ Store the internal symbol text parameters into the argument C$ arrays, for later restoration by a call to SETSPA(). They C$ should never be modified by the user, and their order and C$ format are subject to change. Space has been reserved for C$ future expansion, so the sizes in the calling program C$ should never require adjustment. C$ C$ The arguments are: C$ C$ INTPAR(580).....INTEGER parameters. C$ FLTPAR(50)......REAL parameters. C$ C$ (25-Jul-1990)