Re: Newbie: I can't see what is wrong?
Re: Newbie: I can't see what is wrong?
- Subject: Re: Newbie: I can't see what is wrong?
- From: Michael Rothwell <email@hidden>
- Date: Sun, 4 Jul 2004 13:33:29 -0400
You have a member variable and a method both named "randomCardNumber"
-- you're probably confusing the Objective-C runtime. Try renaming the
member variable to randomCardNumberValue, or something like that.
Michael Rothwell
email@hidden
On Jul 4, 2004, at 12:14 PM, Michael Curtis wrote:
randomCardNumber
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.