Jon
Thu Feb 26 05:17:10 CST 2004
Jeroen CEuppens <jeroen.ceuppens@barco.com> wrote:
> If I want to exit the function where i'm in, could i use exit()?
Nope, just
return;
(in C#, at least).
--
Jon Skeet - <skeet@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too