February 3rd, 2000, 08:00 PM
For use in the ErrorHandler I need to know if the number of items listed in the Call Stack is greater than 1. I would use it like this:
If CallStack.Count > 1 then
ThrowError Err
else
HandleError Err
End If
Any ideas?
If CallStack.Count > 1 then
ThrowError Err
else
HandleError Err
End If
Any ideas?