pack 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     PPREC (IL, IA, RL, RA, SL, LSTR, STR, MLDR,
     1                      ERRIND, LDR, DATREC)
      INTEGER        IL
      INTEGER        IA(*)
      INTEGER        RL
      REAL           RA(*)
      INTEGER        SL
      INTEGER        LSTR(*)
      CHARACTER*(*)  STR(*)
      INTEGER        MLDR
C input / output
      INTEGER        ERRIND
      INTEGER        LDR
      CHARACTER*80   DATREC(MLDR)
      END

Related SRs:

11.01/SR01