matrixindicator
IS-IT--Management
Is there an other way to leave a function in an If structure. Now I use GOTO that works. exit ?
Code:
If
.......
GoTo endFunc
Else
.......
End If
endFunc:
End Function