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 Mike Lewis 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. encin0man

    Java Applets

    Thanks alot guys!
  2. encin0man

    Java Applets

    I haven't used Java in about 5 years but need to create some applets. Basically I need to make 3 text boxes and a button. When the button is pressed, it adds 2 of the numbers in the boxes and outputs the sum to the third. The thing is, I learned all this using "BreezySwing" and I just want to...
  3. encin0man

    Parsing a file

    Wow guys, thanks for all the help.I will post my finished code as soon as I finish it. For now I just wanted to say thanks for the help.Basically, I chomped and split it as you showed. I am a bit of a newbie when it comes to regex.
  4. encin0man

    Parsing a file

    I have a text file with the following format: 1.1.1 50.1 1065.1 1.1.2 51.1 14.1 1.1.5 52.1 101.1 Text...text....text 1.2.1 53.1 100.1 Text...text....text And I want to get it looking like this and printed into a file: 50.1 1065.1 51.1 14.1 52.1 101.1 53.1...

Part and Inventory Search

Back
Top