M
Mac
In my project, I've defined (within one module with all other procedures) a
global collection which I want to use for storing my own type. After some
arguing with the compiler I learned that I should place my UDT's definition
into a separate Class module. But when I do so, the compiler gives me a
'Cannot define a UDT within an object module'. Now I'm really not sure about
the consistency of the compiler's reasoning. What am I doing wrong?:-(
global collection which I want to use for storing my own type. After some
arguing with the compiler I learned that I should place my UDT's definition
into a separate Class module. But when I do so, the compiler gives me a
'Cannot define a UDT within an object module'. Now I'm really not sure about
the consistency of the compiler's reasoning. What am I doing wrong?:-(