Search:

Type: Posts; User: mia_tech

Search: Search took 0.21 seconds.

  1. Replies
    11
    Views
    1,369

    [SOLVED] Re: getting the proper input from file

    yes, it is...
  2. Replies
    11
    Views
    1,369

    [SOLVED] Re: getting the proper input from file

    yeah, that was the problem, I just used notepad, which is a more cleaner editor, and it all worked (first time used notepad++)

    by the way this is the output you ask for. How do you convert this...
  3. Replies
    11
    Views
    1,369

    [SOLVED] Re: getting the proper input from file

    well, your code is not equal than mine... you actually inserted asci \t into the string.... I'm using keyboard tab. I tried escaping it but didn't work either
  4. Replies
    11
    Views
    1,369

    [SOLVED] Re: getting the proper input from file

    for some reason "tab" does not space every column equally in the same line

    for example

    String data1 = "john doe 2.5 computer science programming";

    believe it or not every column is...
  5. Replies
    11
    Views
    1,369

    [SOLVED] Re: getting the proper input from file

    my file is split with "tab"... can I just do the same using "tab" instead of some other character like #?
  6. Replies
    11
    Views
    1,369

    [SOLVED] getting the proper input from file

    guys, suppose I have a text file with the following format

    name lastname gpa major advisor

    my problem here is with major which is sometimes compose of two words, but in my loop the second word...
Results 1 to 6 of 6