objdelete(3G) — Silicon Graphics
NAME
objdelete − deletes routines from an object
SPECIFICATION
C
objdelete(tag1, tag2)
Tag tag1, tag2;
FORTRAN
subroutine objdel(tag1, tag2)
integer*4 tag1, tag2
Pascal
procedure objdelete(tag1, tag2: Tag);
DESCRIPTION
objdelete is an object editing routine. It removes the routines that are between tag1 and tag2 from an object. objdelete removes any tags defined between tag1 and tag2, although tag1 and tag2 remain.
If no object is open for editing when objdelete is called, it is ignored.
objdelete leaves the pointer at the end of the object after it executes.
SEE ALSO
editobj, objinsert, objreplace Programming Guide, Section 8.3, Object Editing
NOTE
This routine is available only in immediate mode.
Version 3.6 — December 20, 1987