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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Vani2020

  1. Vani2020

    how to find duplicate xml elements in vb6 and remove the duplicates

    how to find duplicate xml elements in vb6 and remove the duplicates Before: <querys> <query> <number>1</number> <data>4256</data> </query> <query> <number>2</number> <data>8986</data> </query> <query> <number>1</number> <data>4256</data> </query> </querys> After...

Part and Inventory Search

Back
Top