[futurebasic] Re: [FB] Tiff file advice needed

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : December 2007 : Group Archive : Group : All Groups

From: Bernie <fblist.bw@...>
Date: Fri, 14 Dec 2007 06:20:45 +0000
On 14 Dec 2007, at 01:23, Joe Lertola wrote:

> I am having trouble with one of the Toolboxes (marked AA---- in the  
> code below). This Toolbox does not have an 'fn' in front of it. So  
> I can not convert it by by following the example of the others.


Treat it same as others and call it with 'fn' in front of it:

if ( properties ) then fn CGImageDestinationAddImage¬
( imageDestination, image, properties )

Bernie