On Jul 18, 2011, at 4:29 AM, Steve wrote:
>> I have large record structures comprised of CFStringRefs that are being converted to pascal strings and placed into the Dynamic array record structures.
Steve - one reason I use CFDictionaries instead of FB Records/C Structs is the flexibility. Adding/removing fields from an FB Record requires the users to do a data conversion. CFDictionaries have no such issue.
Brian S