deltag() — 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. The special tags STARTTAG and ENDTAG cannot be deleted.
SEE ALSO
editobj, maketag
NOTE
This command can be used only in immediate mode.
Version 2.4 — May 08, 1986