newtag(3G) newtag(3G)
newtag - creates a new tag within an object relative to an existing tag
void newtag(newtg, oldtg, offst)
Tag newtg, oldtg;
Offset offst;
newtg expects an identifier for the tag that will be created.
oldtg expects an existing tag. It will be used as a reference point
for inserting newtg.
offst expects the number of positions beyond oldtg where newtg. will
be placed.
newtag creates a new tag and places it at the specified number of
positions beyond oldtg. The number of positions is indicated by offst.
newtag is used within an object after at least one tag has been created
by calling maketag.
maketag
This routine is available only in immediate mode.
PPPPaaaaggggeeee 1111 [ Back ]
|