[futurebasic] Re: [FB] Beginners Corner

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

From: Brian Stevens <bstevens33@...>
Date: Sat, 16 Jan 2010 18:02:50 -0700
On Jan 16, 2010, at 12:26 PM, Emmett wrote:

> Is the @ symbol used anywhere in the program to find a memory  
> address of a dimensioned variable?
>

Yes, preceding a variable with the '@' symbol retrieves the address of  
the variable. Many Apple Toolbox calls ( like SetRect ) need the  
address of some variables.



Brian S