Re: Help parsing dictionary integer
Re: Help parsing dictionary integer
- Subject: Re: Help parsing dictionary integer
- From: Dave DeLong <email@hidden>
- Date: Fri, 10 Jun 2005 12:04:20 -0500
Thanks Fred,
That gave me enough to get it to work. =)
Dave On Jun 10, 2005, at 11:55 AM, Frederick Cheung wrote: [currentTrack objectForKey:@"Track ID"] is an object, not an unsigned int. You are creating a NSNumber which contains an integer representation of the pointer, ie the address at which the object is stored, not the number it represents.
Fred
|
_______________________________________________
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