Re: XML plist to NSArray
Re: XML plist to NSArray
- Subject: Re: XML plist to NSArray
- From: Johan Kool <email@hidden>
- Date: Sun, 8 Jun 2003 00:34:09 +0200
Shouldn't you just use
NSLog(@"phrases 1 = %@", [phrases01 objectAtIndex:0]);
instead of
NSLog(@"phrases 1 = %@", phrases01);
to get an string returned?
Regards,
Johan
_______________________________________________
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.