WinBatch Tech Support Home

Database Search

If you can't find the information using the categories below, post a question over in our WinBatch Tech Support Forum.

TechHome

Error Codes

Can't find the information you are looking for here? Then leave a message over on our WinBatch Tech Support Forum.

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
File Created: 2002:09:05:13:49:58
Last Updated: 2002:09:05:13:49:58