Search:

Type: Posts; User: m49er704

Search: Search took 0.09 seconds.

  1. Replies
    5
    Views
    1,173

    Re: String Tokenizer

    so should it look like this :

    myDate = df.parse(hire);

    --- Update ---

    ok so figured a way to read the file. Only now it wont read the very last line??
  2. Replies
    5
    Views
    1,173

    Re: String Tokenizer

    yes that's what I initially thought because I want each token as its own

    -name
    -employee number
    -hire date
    -shift
    -pay

    but when I get to the date it tells me this :
  3. Replies
    5
    Views
    1,173

    String Tokenizer

    I am trying to read a file and extract all the tokens but im having a hard time programming it correctly

    heres the file:

    Jane Rivers, A-902, 05/16/2001, 1, 16.25
    Bob Cox, S-823, 06/21/1990,...
Results 1 to 3 of 3