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 Chriss Miller 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: *

  1. Dekker

    Comparing Vector Values

    If it is a string that is on the vector then you can use Integer.parseInt(string) to convert in to an int. Something like: Integer.parseInt((String)vectorname.elementAt(i)) < intCompare This casts the Object on the vecto to a String and then uses parseInt to return the int value.

Part and Inventory Search

Back
Top