deltag(3G) — Silicon Graphics
NAME
deltag − deletes tags from objects
SPECIFICATION
C
deltag(t)
Tag t;
FORTRAN
subroutine deltag(t)
integer*4 t
Pascal
procedure deltag(t: Tag);
DESCRIPTION
deltag removes the tag t from the object currently open for editing. You cannot delete the special tags STARTTAG and ENDTAG.
SEE ALSO
editobj, maketag Programming Guide, Section 8.3, Object Editing
NOTE
This routine is available only in immediate mode.
Version 3.6 — December 20, 1987