N
NuB
I'm working on an existing app that creates an arrayList of errors to
populate a log file. I need to get those errors to read them each line by
line and import them into tables based on the criteria then create a file
for which error was imported into the table.
How can i take the arraylist and break it down so i can read it as a string?
populate a log file. I need to get those errors to read them each line by
line and import them into tables based on the criteria then create a file
for which error was imported into the table.
How can i take the arraylist and break it down so i can read it as a string?