[futurebasic] Re: [FB] Passing a rect to a function

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : October 2003 : Group Archive : Group : All Groups

From: Bernie Wylde <bernie.w@...>
Date: Sun, 26 Oct 2003 15:31:49 +0000
Jay wrote:

>> I can pass a rect to a function and access its individual t,l,b,r 
>> fields within the function. But, if my function contains say the 
>> toolbox 'SectRect', I first need to copy the rect to another rect var 
>> and then pass this to SectRect. Is there a way to avoid this?
>
> Use # to pass a known address rather than the var address:

Thanks Jay

Bernie