add a tag to an object
addtag(OBJ_HANDLE,STR)
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.