unpack data record

All PVT documentation can be found under PHIGS Validation Tests - Overview. Also, you may return to the Table of PHIGS functions or to the Hierarchical table of topics covered by the PVT.

Fortran binding:

C *** *** *** *** *** *** *** *** *** ***
      SUBROUTINE     PUREC (LDR, DATREC, IIL, IRL, ISL,
     1                      ERRIND, IL, IA, RL, RA, SL, LSTR, STR)
      INTEGER        LDR
      CHARACTER*80   DATREC(LDR)
      INTEGER        IIL
      INTEGER        IRL
      INTEGER        ISL
C input / output
      INTEGER        ERRIND
      INTEGER        IL
      INTEGER        IA(IIL)
      INTEGER        RL
      REAL           RA(IRL)
      INTEGER        SL
      INTEGER        LSTR(ISL)
      CHARACTER*(*)  STR(ISL)
      END

Related SRs:

11.01/SR02