Previous Next Up Title Contents Index Functions Index Top Library

INQUIRE CURRENT ELEMENT CONTENT

PQCECO


CALL SEQUENCE

CALL PQCECO (IIL, IRL, ISL, ERRIND, IL, IA, RL, RA, SL, LSTR, STR).

INPUT PARAMETERS

INTEGER IIL
Length of integer number list.
INTEGER IRL
Length of real number list.
INTEGER ISL
Length of character list.

OUTPUT PARAMETERS

INTEGER ERRIND
Error indicator
INTEGER IL
Number of integer values.
INTEGER IA(IIL)
Integer value list.
INTEGER RL
Number of real values.
REAL RA(IRL)
Real value list.
INTEGER SL
Number of character strings.
INTEGER LSTR(ISL)
Length of each character string.
CHARACTER*(*) STR(ISL)
Character sring list.

PHIGS STATE

(PHOP, *, STOP, *).

EFFECT

Returns the contents of the element indicated by element pointer. See Annex A for a description of the returned parameters.

ERRORS

5
Ignoring function, function requires state (PHOP,*, STOP,*)

SEE ALSO

open structure, inquire element content, inquire current element types and size, inquire element types and size, element search.


Previous Next Up Title Contents Index Functions Index Top Library