hi!
I defined public udt type in module
and would like to use it as parameter in
the procedure in the class, but I get such
message:
"Only public user defined types defined
in public object modules can be used as parameters or
return types for public procedures of class modules or as fiels of public user defined types"

how to make it work?
thank you