Re: nested NSDictionary's and objectForKey

2009-09-19 Thread Quincey Morris
On Sep 19, 2009, at 01:46, Russell Gray wrote: That is what I need to do, I should clarify a little. I have one plist. Inside that plist, is an NSDictionary with multiple keys, one of the keys is an NSArray with multiple keys. (some NSDictionaries, and NSStrings. One of the NSDictionaries c

Re: nested NSDictionary's and objectForKey

2009-09-19 Thread Russell Gray
That is what I need to do, I should clarify a little. I have one plist. Inside that plist, is an NSDictionary with multiple keys, one of the keys is an NSArray with multiple keys. (some NSDictionaries, and NSStrings. One of the NSDictionaries contains an NSArray with multiple keys. I

Re: nested NSDictionary's and objectForKey

2009-09-19 Thread Quincey Morris
On Sep 19, 2009, at 00:34, Russell Gray wrote: I am wanting to create an NSArray from strings stored (at various levels) in a plist of nested NSDictionary's. I am trying the following code, but it only reads the key from the root dictionary: (FolderPath, and PlistFullName, have been previ

nested NSDictionary's and objectForKey

2009-09-19 Thread Russell Gray
I am wanting to create an NSArray from strings stored (at various levels) in a plist of nested NSDictionary's. I am trying the following code, but it only reads the key from the root dictionary: (FolderPath, and PlistFullName, have been previously defined) Code: NSString *plistFolder = [F