On Mon, Feb 13, 2012 at 12:40 PM, Joe Yoder <[email protected]> wrote: > Thanks guys, > > I knew about "save to memo mymemofield all like myarray" but I hadn't > found the acopy() function. When one searches for array functions in the > help system acopy() does not show up. It doesn't show up in the "see > also" sections at the bottoms of the array functions I consulted. I > checked further and some functions do include acopy(). > > Now I'm wondering if one could test for equality on two arrays by > comparing memo fields with the arrays in them. > > I'm also still wondering about the possibility of hijacking some space in > the header of a dbf file. I'll research both questions and report unless > someone answers first. > ------------
Why not just write an iterator function and pass in both arrays. Return T/F from it. validate that counts of rows as well as items per row are equal. -- Stephen Russell 901.246-0159 cell _______________________________________________ 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/CAJidMY+Q5ZZi6WniQapTDj=goJvtz0N2LQ=sivyjx6ybovk...@mail.gmail.com ** 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.

