Name
addtag — add a tag to an object
Calling Sequence
addtag(OBJ_HANDLE,STR)
Description
Adds the tag STR to the object referrenced by OBJ_HANDLE
When OBJ_HANDLE is an array of handles, STR is added to all corresponding
objects.
Rem: In order for this to work properly, the object's tag field must be a string
containing keywords (or tags) separated by commas.
Authors
H. Nahrstaedt |
G.Rilling 12/2006 |
gabriel.rilling@ens-lyon.fr |