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 Chris 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. KrisLake

    File to string and parsing the string

    I've tried with stringTokenizer but it spilts the string every time space it met! and i'm trying to cut the string every time the length of the first word is reached
  2. KrisLake

    File to string and parsing the string

    I'm trying to read a txt file into string and then cut the string into peaces,but it's not quite working. if the file looks like this: this is atest folks String should be something like this: this is atestfolks and after parsing this is a test folk s now it's putting all the...
  3. KrisLake

    Reading a text file

    I'm tryin to read a text file into a single string. I only manage to read the firs line from the file.How can i read every line and make them into one string? this is the part where i'm tryin to read the file File inputFile = new File ("help.txt"); FileReader fis =new...

Part and Inventory Search

Back
Top