objdelete(3G) objdelete(3G)
NAME
objdelete - deletes routines from an object
SPECIFICATION
C objdelete(tag1, tag2)
Tag tag1, tag2;
FORTRAN subroutine objdel(tag1, tag2)
integer*4 tag1, tag2
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;
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.
Page 1 (printed 8/20/87)