Wilson WindowWare Tech Support

WinBatch WinBatch+Compiler WebBatch
Home | Tech Database | Tech BBS | White Papers | Purchase


How to trap error 3033 GoTo label not found

Keywords: 	 How to trap error 3033 GoTo label not found 

Question:

How to trap error 3033 GoTo label not found ?

Is there a chance to trap this error?

Or is there any IntControl() list of labels available in the current context? If so, i can check against this list to avoid blind jumps.

Answer:

IntControl(73,2,0,0,0)
Message(1,1)
goto zork
Message(2,2)
exit

:wberrorhandler
IntControl(73,2,0,0,0)
Message("","in errorhandler")
return

Article ID:   W15144