G
Guest
Hi,
I'm having some difficulties with some classes I set up. I'd like to have
each instance of my class "own" a dictionary object. I can set it up in the
class and work with it. My problem is in communicating it outside of the
class, or alternatively passing a dictionary object to my class either
through a method or a procedure.
I'm getting the feeling that you just can't do this. Is that true? Is
there something I'm missing? Along with this I'd like to be able to pass an
array to or from an object. Can this be done?
I'd appreciate any advice, or even some fairly definitive bad news.
I'm having some difficulties with some classes I set up. I'd like to have
each instance of my class "own" a dictionary object. I can set it up in the
class and work with it. My problem is in communicating it outside of the
class, or alternatively passing a dictionary object to my class either
through a method or a procedure.
I'm getting the feeling that you just can't do this. Is that true? Is
there something I'm missing? Along with this I'd like to be able to pass an
array to or from an object. Can this be done?
I'd appreciate any advice, or even some fairly definitive bad news.