Brian wrote: > There is no need to convert to a CFString unless you have another > reason for it to be in that format. Brian, Thanks for pointing out my oversight. As soon as I sat down to write some code, I realized that the handle conversion to a CFString would be a duplication of effort when you could simply point to the address of the container contents. Ken