objdelete() — Silicon Graphics Beta Release
NAME
objdelete - deletes commands 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 command. It removes commands from an object between tag1 and tag2. The tags remain. Any tags defined between tag1 and tag2 are also deleted.
If no object is open for editing when objdelete is called, the command is ignored. This command leaves the pointer at the end of the object after it takes effect.
SEE ALSO
editobj, objinsert, objreplace
NOTE
This command can be used only in immediate mode.
Version 2.3 — July 04, 1985