| Priority |
Critical |
| Type | Bug |
| State | Fixed |
| Assignee | Eugene Pasynkov |
| Subsystem | No subsystem |
| Affected versions |
No affected versions
|
| Fixed in |
4.0, 3.1
|
| Fixed in build |
Next build |
RSRP-51760 |
"On Error Goto Label" should be handled in control flow |
|
|
Sub Test()
On Error Goto X
Exit Sub
X:
MsgBox("Error!")
End Sub