Re: Writing out a BOOL value to a .plist
Re: Writing out a BOOL value to a .plist
- Subject: Re: Writing out a BOOL value to a .plist
- From: James Bucanek <email@hidden>
- Date: Fri, 26 May 2006 12:57:26 -0700
Scott Mitchell wrote on Friday, May 26, 2006:
>I am trying to write out a BOOL value to a .plist file. I thought at
>first just making it a NSString. bUt that does not work correctly. It
>has to be a BOOL(Boolean) value. I can not seem to figure this out. I
>thought I had done it once but can't seem to figure it out again.
>
>Here is what I have so far:
>
>[dictInfo setObject:[NSStirng stringWithString:@"YES"]
> forKey:BBDM_gadget];
[dictInfo setOject:[NSNumber numberWithBool:YES] forKey:BBDM_gadget];
--
James Bucanek
_______________________________________________
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