Exit from Label is effectively a goto.
I would caution against the use of this though. More often than not, the logic can be achieved using other structured techniques.
To provide effective guidance, however, we need to know exactly what logic needs to be achieved. Post what you have so far and, as others have requested, the pseudo code.