|
-
Mar 13th, 2002, 07:22 AM
#1
Thread Starter
Addicted Member
Object size!
Hello!I have a quick question! I have a class module which I use to create an object of that type in my form. E.g.
Form code…
Dim aa As MyClass
Set aa = New MyClass
Etc….
Now my question is.. how am I going to find the space “aa” object takes in memory??? I used the “len” function but I get an “Argument not optional” error!
Thanks for your help!!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|