Trouble writing unique names from a file into an array?

Delta

New member
I read in a file, INVOICE.DAT, and am trying to write each row into an array. One array is for the user names, but I cannot figure out why my code isn't working 100%. Emily appears twice in the final product, and some others, like Hien, are completely gone.

I have uploaded my work here here

https://docs.google.com/leaf?id=0ByQJ9v3AJKXUMjM4YzMxYmItZDE3MC00MjkzLTlkZTItMjEyZTFkMjBlMDI1&hl=en&authkey=CMipyOkO


(eclipse, package Project2, invoice.dat is usually read by default right before the src folder.)

To find the part in question quickly, you can control+f and look right below:

//***********looking for unique names **********//

bonus question: Why is my tabbed spacing randomly messed up in the report?
 
Back
Top