on error statement is:
on error(local-name)
statement [; statement]...
end
| Element... | Meaning... |
|---|---|
local-name
|
A local name whose type is class error or any subclass of error.
|
on error statement appears immediately after the end statement of the block to which it applies. For example:
![]() |