Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ pprec(3g) — PHIGS 5.1

Media Vault

Software Library

Restoration Projects

Artifacts Sought

PPREC(3g)  —  Subroutines

Name

PPREC − Inserts information into a Fortran data record. 

Operating States: PHOP, ∗, ∗, AROP
PHIGS standard function
 

Syntax

PPREC (IL, IA, RL, RA, SL, LSTR, STR, MLDR, ERRIND, LDR, DATREC)

Argument       Data Type      Access    Description
-------------------------------------------------------------------------
IL             Integer        Read      Number of integer entries  (>=0)
IA(IL)         Integer        Read      Array containing integer entries
RL             Integer        Read      Number of real entries  (>=0)
RA(RL)         Real           Read      Array containing real entries
SL             Integer        Read      Number of string entries  (>=0)
LSTR(SL)       Integer        Read      Lengths of each string entry  (>=0)
STR(∗)         Character ∗80  Read      String entries
MLDR           Integer        Read      Dimension of the data record array
ERRIND         Integer        Write     Error indicator
LDR            Integer        Write     Number of array elements used in
                                        DATREC
DATREC(MLDR)   Character ∗80  Write     Data record
-------------------------------------------------------------------------

Description

PPREC allows you to insert information into a Fortran data record. 

This function does not generate an error. It reports error conditions through the ERRIND argument. 

See Also

PUREC

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026