SizeOf as in C 
Author Message
 SizeOf as in C

is there a way to find the amount of bytes a variable or array of
variables(objects specifically) occupy in memory? In C this is done with
sizeof() I think. anything comparable in VB?


Mon, 19 Jan 2004 08:38:37 GMT  
 SizeOf as in C
On Thu, 02 Aug 2001 00:38:37 GMT, "William Winter"

LenB()

Quote:
>is there a way to find the amount of bytes a variable or array of
>variables(objects specifically) occupy in memory? In C this is done with
>sizeof() I think. anything comparable in VB?

Regards, Frank.


Mon, 19 Jan 2004 08:56:33 GMT  
 SizeOf as in C


Quote:
>On Thu, 02 Aug 2001 00:38:37 GMT, "William Winter"

>LenB()

Or Len() if you are going to do something with it outside VB code -
beware of the Unicode horror.
Quote:

>>is there a way to find the amount of bytes a variable or array of
>>variables(objects specifically) occupy in memory? In C this is done with
>>sizeof() I think. anything comparable in VB?

>Regards, Frank.



Tue, 20 Jan 2004 02:52:54 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Another CS-Realizer question

2. good VB website(s) for high school CS teacher??

3. CS-RCS with VB6

4. ANNOUNCE: CS-RCS Version 1.2

5. Announce: CS-RCS Version 1.1

6. Sizeof objects

7. VB6 SizeOf Method

8. SizeOf Directory

9. sizeof

10. Q: "Sizeof" in VB

11. sizeof in VB5?

12. Sizeof

 

 
Powered by phpBB® Forum Software