<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: times new roman,new york,times,serif; font-size: 12pt; color: #000000'>Hello,<br>The name of the tag gets "packed" in the communication packet that is sent. We should probably error out if a "no name" tag is sent.<br>I would not use a no name tag, except a temporary tag in an application, and you always keep the tag handle itself (you can pass it around, store as a member data, etc)<br>I don't think you can recover the "no name" tag handle in a separate portion of the code.<br><br>Iulian<br><br><br><br><hr id="zwchr"><blockquote style="border-left:2px solid rgb(16, 16, 255);margin-left:5px;padding-left:5px;">Hello:<br><br>I just tried calling exchange_tags on a tag with no name (when I created the tag I specified NULL as the first argument to tag_get_handle) and found that the tag exchange did not seem to work. After a lot of experimentation, I found that whether or not the tag had a name was the factor that determined whether the shared, not-owned entities successfully updated...<br>

<br>Two questions:<br><br>1. Does exchange_tags require that the tag have a name specified?<br>2. Am I allowed to pass NULL as the name for tag_get_handle? Or must tags have names?<br><br>Thank You<br>Milad<br><br>
</blockquote><br></div></body></html>