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

Search results for query: *

  • Users: rastam
  • Content: Threads
  • Order by date
  1. rastam

    Object.CompareTo()

    Hi I have an object array: object[] a = new object[100]; the array handles int, double, strings and other types which implements IComparable. And I allways check that the objects I put in the array are of the same type, so its either all ints or string etc.. Now, what I want to do is to...

Part and Inventory Search

Back
Top