I have a simple configuration section in which I set the array size,
and therefore want to be able to handle the error:Subscript out of
range:.
As I have "On Error Resume Next" set, which I require I want to be
able to capture this error and write it out to my logfile.
How do I do this?
Thanks in advance,
Craig.