newtag(3G) newtag(3G)
NAME
newtag - creates a new tag in an object
SPECIFICATION
C newtag(newtag, oldtag, offset)
Tag newtag, oldtag;
long offset;
FORTRAN subroutine newtag(newtag, oldtag, offset)
integer*4 newtag, oldtag, offset
DESCRIPTION
newtag creates a new tag offset positions beyond oldtag.
SEE ALSO
maketag
Programming Guide, Section 8.3, Object Editing
NOTE
This routine is available only in immediate mode.
Page 1 (printed 8/20/87)