Am 09.02.2012 um 19:04 schrieb Dennis: > I'm trying to figure out the best way to turn the values in users' > preferences files, created with the CFPreferencesMBS class, into a text > string that can be included in automatically generated bug report email > messages. > > It seems like I should be able to iterate over the values and add them to a > string. Is there a quicker or easier way?
No problem. I add a few methods to help that. Maybe put all values in a dictionary and serialize to xml. Greetings Christian -- Real Studio Conferences, Training and Meetings in Orlando, London, Pforzheim and Leipzig. More details and registration here: http://www.monkeybreadsoftware.de/realbasic/events/ _______________________________________________ Mbsplugins_monkeybreadsoftware.info mailing list [email protected] https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info
