iamareplicant
Programmer
Experts,
I need to be able to loop thru a class that i have created and match the class's property to a value in my Access db (dont ask why i am doing this - it would too long a post).
Is is possible to loop thru a self-defined class?
Something like:
Weird? Yes.
But can it be done, and if so, how?
TIA,
JBG
I need to be able to loop thru a class that i have created and match the class's property to a value in my Access db (dont ask why i am doing this - it would too long a post).
Is is possible to loop thru a self-defined class?
Something like:
Code:
...dim prop as SomethingProperty
...dim MyClass as SelfDefinedClass
for each prop in MyClass
debug.print prop.name(?)
next
Weird? Yes.
But can it be done, and if so, how?
TIA,
JBG