Since structs can be passed value, and not created using New, they exist on the stack if declared in a method - regardless of whether the struct has an array or not. If the struct is on a class property, then since it becomes part of the class, then in that situation the struct will be on the heap.
On 16/5/07 07:51, "Norman Palardy" <[EMAIL PROTECTED]> wrote: > I don't recall if the entire contents of the array do, or just a > reference does. a Reference would only be very small (like 4 byes or > something) Regards, Dan _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
