Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

for-each UNIQUE

Status
Not open for further replies.

Wickersty

Programmer
Nov 13, 2002
51
US
Is there a way to do a for-each or something similar and look for UNIQUE values?

IE - say my XML was:

<xml>
<item id=&quot;1&quot;/>
<item id=&quot;1&quot;/>
<item id=&quot;2&quot;/>
<item id=&quot;3&quot;/>
<item id=&quot;3&quot;/>
</xml>

Could I do a query that returns some sort of list or queue of unique ids?

Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top