Superbase.ErrorTrapLabel
This is a string valued property of the Superbase object
which gives the name of the label of the current error handler,
if any. If no error handler is set then the property has the
value "". Assigning a value to the Superbase.ErrorTrapLabel
has the same effect as executing an ON ERROR GOTO <label>
statement. Assigning "" to the Superbase.ErrorTrapLabel
property has the same effect as executing the command ON ERROR.
Note: Superbase.ErrorTrapLabel always has the value ""
unless a program is running. |