objdelete(3G) objdelete(3G)
objdelete - deletes routines from an object
void objdelete(tag1, tag2)
Tag tag1, tag2;
tag1 expects the tag indicating where the deletion is to be started
from.
tag2 expects the tag indicating where the deletion should stop.
objdelete is an object editing routine. It deletes the routines as well
as any tags starting immediately after tag1 and ending just prior to
tag2. tag1 and tag2 remain in the text.
If no object is open for editing (see editobj) when objdelete is called,
it is ignored.
objdelete leaves the pointer at the end of the object after it executes.
editobj, objinsert, objreplace
This routine is available only in immediate mode.
PPPPaaaaggggeeee 1111 [ Back ]
|