Re: encodeWithCoder for a BOOL?
Re: encodeWithCoder for a BOOL?
- Subject: Re: encodeWithCoder for a BOOL?
- From: Raphael Sebbe <email@hidden>
- Date: Mon, 8 Apr 2002 07:56:27 +0200
Hi,
You can try that:
[coder encodeValueOfObjCType:@encode(BOOL) at:&myBool];
Raphael
On Monday, April 8, 2002, at 12:42 AM, Marc Respass wrote:
Hi,
I am using NSCoder to save documents in my application. I just added a
BOOL and I'd like to save that too. Can I use encodeWithCoder for that?
It doesn't seem so reading NSCoder.
Thanks
Marc
_______________________________________________
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.
_______________________________________________
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.