How to interrupt a function
How to interrupt a function
- Subject: How to interrupt a function
- From: Andrea Salomoni <email@hidden>
- Date: Wed, 30 Nov 2005 15:33:47 +0100
Hi to all,
I need a simple way to interrupt a function returning void.
-(void)method:(NSString*)aString
{
if (condition)
{
}
else
{
something like exit....
}
}
Anyone can tell me how to do?
Thank you all
Andrea
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden