Search:

Type: Posts; User: Norm

Search: Search took 0.11 seconds.

  1. Re: how can I store text information on a specific line

    In a CSV file, a comma: ',' separates one column from the next. That is what I call a boundary. A character or String that separates one column from another.

    If one or more spaces separate one...
  2. Re: how can I store text information on a specific line

    Same logic:
    Read and skip columns before 5, copy columns through 9

    What is the boundary between columns? For example the "\n" character is the boundary between lines.
    The String class's split()...
  3. Re: how can I store text information on a specific line

    Do you have some specific questions about the program you are trying to write?
    Where are you having problems?


    Read over the lines up to line 5
    read and copy the lines from line 5 up to line 9
Results 1 to 3 of 3