|
-
Feb 9th, 2006, 08:43 AM
#1
Thread Starter
Lively Member
re:enum and memory space
Hi what I'd like to know is
if I have a project which incoporporates an enum with say 7 elements declared for it , ie enum weekday (sun, mon,tues..........sat).
how can I
firstly find the address of where the enum is in memory? (like an array has an address of where it starts in memory)
secondly, how can I ascertain the number of elements? (I know that UBound can be used for arrays etc , is there something similar?)
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
|