|
-
May 6th, 1999, 09:31 AM
#1
How to get size of a given variant var?
Just wondering if anybody has a routine or knows of a function that will let me know how many bytes a variant variable is taking, or how many bytes the 'variable' part of the variant is taking? (Any then I'll add the fixed portion). Thank you...
-
May 6th, 1999, 10:22 AM
#2
Re: How to get size of a given variant var?
The size of the variant depends on what type it contains. so first access the type in the
the variant structure. then you can easily determine the size of the variable
-
May 6th, 1999, 10:39 AM
#3
Re: How to get size of a given variant var?
Thanks. I knew that much but I figured someone may have written a generic function to do this. I guess I'll write one up, although I'm only handling a few different types of variants so it will be limited.
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
|