You can use Len() to get the size of UDTs, but there is nothing inherent in
VB that will let you get the size of an object.
--
John Tabor
http://members.bellatlantic.net/~jftabor
___________
Quote:
>Is there a way to get the size of objects/classes in VB like C's "sizeof"
>operator?