Is it possible to exit a sub prematurely
eg
[/code]
Sub somesub
If Condition Then
Exit sub
End if
End Sub
eg
[/code]
Sub somesub
If Condition Then
Exit sub
End if
End Sub
B4X: