deltag(3G) deltag(3G)
NAME
deltag - deletes a tag from the current open object
C SPECIFICATION
void deltag(t)
Tag t;
PARAMETERS
t expects the tag that you want to delete.
DESCRIPTION
deltag deletes the specified tag from the object currently open for
editing. You cannot delete the special tags STARTTAG and ENDTAG.
SEE ALSO
editobj, maketag
NOTE
This routine is available only in immediate mode.
Page 1