View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default Assignment by reference or value

I guess I saw New where there wasn't one. But, I just, and it even seems to
be the case when you New A(?).

I admit to being confused by what I am seeing, so it back to the books
methinks ( Curland's)

Bob


"onedaywhen" wrote in message
om...
Bob, I not sure that's right. My understanding is that A is a
reference (pointer) to C. A isn't a new Collection object in its own
right because it hasn't been instantiated. Rather it will just hold
the address in memory of C. Hence A *will* hold the same data as C.
Jamie.

--