Search:

Type: Posts; User: Norm

Search: Search took 0.09 seconds.

  1. Replies
    10
    Views
    2,435

    Re: Reading From File Problem

    I take it you want some one to write some code for you.
    If you can't ask a question and explain what you're having problems you'll have a hard time getting anyone to help you.

    Good luck.
  2. Replies
    10
    Views
    2,435

    Re: Reading From File Problem

    Which method(s) are you having problems with? Can you post some sample code.

    There is lots of sample code on the forum. Do a Search for the method(s) you want samples for.
  3. Replies
    10
    Views
    2,435

    Re: Reading From File Problem

    Use of the the String class's methods: index of or starts with for example. Read the API doc for how to use them and for other choices.
  4. Replies
    10
    Views
    2,435

    Re: Reading From File Problem

    A couple of ways to do it:
    If you read in each line in the file as a String, you could look at the start of the String for the item name and then use that item name to control how the rest of the...
Results 1 to 4 of 4