Search:

Type: Posts; User: rima

Search: Search took 0.09 seconds.

  1. Re: Reading the content of a file into 2 different structures

    Thanx so much!! It perfectly worked :-)
  2. Re: Reading the content of a file into 2 different structures

    Thanx so much!!
    I tried what u just recommended. I split the text in the .text into 2 parts, assigned the different parts to different array lists. Now for the part that I needed to use as a String...
  3. Re: Reading the content of a file into 2 different structures

    Hey! Thanx for ur attention!
    Actually, as I explained before, I'm trying to split the content of a .text to an ID and VALUE. Then store the VALUE in a string array, while the ID and Value should...
  4. Reading the content of a file into 2 different structures

    hello guys!
    I'm trying to split the text of a file into 2 fields and store part of it in a string array and the other part in a map.

    public static void main(String[] args) {
    // TODO...
Results 1 to 4 of 4