That was the problem. The array was part of the properties of the form. I replaced the code with =ACOPY(laArray,thisform.Array) and it worked!
Thanks, Mike On 23/04/2012 6:01 PM, Fred Taylor wrote: > As long as the array is not a property of some object, Eurico has specified > it for you with the "@". If it is a property, you'll either need to pass > the object and then reference the array on the passed object, or you'll > have to copy the array to a local variable and pass that variable with the > "@". > > Fred > > > On Mon, Apr 23, 2012 at 2:09 PM, Michael Savage<[email protected]> wrote: > >> Is there a way? >> >> TIA, >> Mike >> [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[email protected] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

