How to quit void functions

From: Martin Johansen (martinfj_at_is.online.no)
Date: 04/30/04


Date: Fri, 30 Apr 2004 01:43:37 +0200

Hello.

I have a void function.

Now, how do I exit the function at a random line in the code?

Normally I would use the return statement.

Thanks.