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