Search:

Type: Posts; User: jim829

Search: Search took 0.10 seconds.

  1. Re: Import CSV data into 2d array then compare each row

    What exactly do the rows look like? Can you provide an example?

    Regards,
    Jim
  2. Re: Import CSV data into 2d array then compare each row

    Why not read each row as a String and compare the strings? Otherwise, what happens if you have the following four values? And why are you splitting on a semi-colon and not a comma?

    1, 2, "three,...
Results 1 to 2 of 3