K
keys4worship
I am populating an arraylist from a text file on my PC. I am using this
information with C# to perform actions against a PCOM session. A for
loop handles the actions to perform. If for some reason the action
fails using one of the items in the arraylist the loop continues until
the last item in the arraylist is reached.
What I need to do is somehow annotate those items that were
successfully automated so that any items that excepted could be handled
manually.
What is the best way of handling this?
Write back to the array with a success indicator?
Write unsuccessful items to another outputfile?
???
Thanks
Steve
information with C# to perform actions against a PCOM session. A for
loop handles the actions to perform. If for some reason the action
fails using one of the items in the arraylist the loop continues until
the last item in the arraylist is reached.
What I need to do is somehow annotate those items that were
successfully automated so that any items that excepted could be handled
manually.
What is the best way of handling this?
Write back to the array with a success indicator?
Write unsuccessful items to another outputfile?
???
Thanks
Steve