Previous Next Up Title Contents Index Functions Index Top Library

DELETE ELEMENT

PDEL


CALL SEQUENCE

CALL PDEL

PHIGS STATE

(PHOP, *, STOP, *).

EFFECT

DELETE ELEMENT destroys the element indicated by element pointer in the open structure and renumbers the elements in the structure that follow so that the structure numbering remains consecutive and ascending. After the element is destroyed, element pointer points to the element preceding the element destroyed.

If element pointer is equal to zero when DELETE ELEMENT is called, no action is generated.

ERRORS

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

SEE ALSO

open structure, set element pointer, empty structure, delete element range, delete element between labels


Previous Next Up Title Contents Index Functions Index Top Library