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 Westi 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. TekSitch

    Int from a String

    If you are truly restricted, you could do this the tedious way with something like this (if they are just ints): String s = "121310,4546430,-567898570,2034300"; System.out.println("String:"+s); System.out.println("Numbers:"); StringTokenizer toke = new...

Part and Inventory Search

Back
Top