C Chipcom Registered User. Local time Today, 14:29 Joined Apr 13, 2006 Messages 63 Jun 15, 2007 #1 Hi I am getting Errors: 0,20,91 at the same subroutine What could be the reason for the error? Thanks
Hi I am getting Errors: 0,20,91 at the same subroutine What could be the reason for the error? Thanks
boblarson Smeghead Local time Today, 04:29 Joined Jan 12, 2001 Messages 32,059 Jun 15, 2007 #2 Well an error 0 occurs when you hit the error handler but don't have an error. That occurs when you fail to have an exit sub prior to the error handler. Not sure what the others are.
Well an error 0 occurs when you hit the error handler but don't have an error. That occurs when you fail to have an exit sub prior to the error handler. Not sure what the others are.