>Each object already has a pretty thorough cleanup method that's called >when I'm done with it. It is true that I don't 'release' the arrays >which can grow to be quite large, I just store null to ... I guess I >could dimension obj.Array[1] in the cleanup. Many of the objects are >reused.
Large arrays? If you're using VFP 8 or earlier, arrays can have a max of 65,000 elements. In VFP 9, array size is only limited by available memory--and while I've never seen it, I can imagine that it might not behave gracefully if that limit is reached. If you're regularly using huge arrays, you might want to use cursors instead. Ken Dibble www.stic-cil.org _______________________________________________ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech ** 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.