sizeof for VB objects? 
Author Message
 sizeof for VB objects?

Is there a way to get the size of objects/classes in VB like C's "sizeof"
operator?

Would be helpful sometimes for perf. tuning and debugging.

wjs



Thu, 10 May 2001 03:00:00 GMT  
 sizeof for VB objects?

Quote:

>Is there a way to get the size of objects/classes in VB like C's "sizeof"
>operator?

Check the help for LEN and LENB


Thu, 10 May 2001 03:00:00 GMT  
 sizeof for VB objects?
Does not seem to work with objects.  Other recommendations?


Thu, 10 May 2001 03:00:00 GMT  
 sizeof for VB objects?
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?



Thu, 10 May 2001 03:00:00 GMT  
 
 [ 4 post ] 

 Relevant Pages 

1. Sizeof objects

2. Q: "Sizeof" in VB

3. Sizeof in vb?

4. Sizeof in VB

5. VB and sizeof

6. Sizeof in VB

7. 'sizeof' in VB

8. C "sizeof" in VB

9. VB6 SizeOf Method

10. SizeOf as in C

11. SizeOf Directory

12. sizeof

 

 
Powered by phpBB® Forum Software