• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Writing out a BOOL value to a .plist
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Writing out a BOOL value to a .plist


  • Subject: Re: Writing out a BOOL value to a .plist
  • From: Scott Mitchell <email@hidden>
  • Date: Fri, 26 May 2006 14:40:49 -0600

Thanks that works. I don't know why I did not see that method. I know I have used this before.


Thanks, Scott Mitchell Senior Macintosh Software Engineer Excelsior Software http://www.excelsiorsoftware.com


On May 26, 2006, at 1:43 PM, Andrei Tchijov wrote:

Try

[ dictInfo setObject: [ NSNumber numberWithBool: YES ] forKey: BBDM_gadget ]


On May 26, 2006, at 3:20 PM, Scott Mitchell wrote:

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];


Thanks in advance for nay help.




Thanks, Scott Mitchell Senior Macintosh Software Engineer Excelsior Software http://www.excelsiorsoftware.com


_______________________________________________ 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



_______________________________________________ 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
  • Follow-Ups:
    • Re: Writing out a BOOL value to a .plist
      • From: Dirk Stegemann <email@hidden>
References: 
 >Writing out a BOOL value to a .plist (From: Scott Mitchell <email@hidden>)
 >Re: Writing out a BOOL value to a .plist (From: Andrei Tchijov <email@hidden>)

  • Prev by Date: Re: Determining how the app is run (intel/ppc/rosetta/os version)?
  • Next by Date: Re: Determining how the app is run (intel/ppc/rosetta/os version)?
  • Previous by thread: Re: Writing out a BOOL value to a .plist
  • Next by thread: Re: Writing out a BOOL value to a .plist
  • Index(es):
    • Date
    • Thread