void IngestStrings(String filePath, ArrayList theList){ String[] strIn = loadStrings(filePath); String ID = ""; String Title = ""; int Accum_Start_Date = 0; int Accum_End_Date = 0; int Cont_Start_Date = 0; int Cont_End_Date = 0; int Items = 0; float Metres = 0; for (int s=0; s