R
robert.waters
I am looking for a VBA function to dump the contents of an object or
type. Does one exist?
Or is there sufficient "reflection" capabilities that would allow me
to iterate through an object's members and dump their values?
I just created some simple (yet painful) O/RM for an Access database
and this ability would make testing very easy (compare objects to db
tables).
Thanks!
type. Does one exist?
Or is there sufficient "reflection" capabilities that would allow me
to iterate through an object's members and dump their values?
I just created some simple (yet painful) O/RM for an Access database
and this ability would make testing very easy (compare objects to db
tables).
Thanks!