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