Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ objdelete(3g) — GL2 W2.4

Media Vault

Software Library

Restoration Projects

Artifacts Sought

objdelete()  —  Silicon Graphics

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.4  —  May 08, 1986

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026