[futurebasic] Re: [FB] Sending container text to a text field in a nib

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : January 2009 : Group Archive : Group : All Groups

From: Ken Shmidheiser <kshmidheiser@...>
Date: Sun, 25 Jan 2009 23:06:02 -0500
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