zots
Re-member
is there a way to break out of an action. for example when a button is clicked in my cocoa app, it calls an action with some if statements that check the values in textfields. if the values are invalid an alert comes up and then i want it to skip the rest of the code until the textfield is valid. the rest of the code should only be run if the data in the textfields passes the if statements.
if you dont understand what i'm trying to explain, it is the equivalent of exit sub in VB.
if you dont understand what i'm trying to explain, it is the equivalent of exit sub in VB.