>To the group:
> Here is my problem. I need to use the "_unknown" special function to
>simulate object methods and properties at runtime. I coded an
> "_unknown" method in a class called DITEM If ditem is an instance of
> DITEM and I refer to ditem.A() where A is NOT a method in DI
2011/6/23 Gary D Walborn :
>
> To the group:
> Here is my problem. I need to use the "_unknown" special function to
> simulate object methods and properties at runtime. I coded an "_unknown"
> method in a class called DITEM If ditem is an instance of DITEM and I refer
> to ditem.A()
To the group:
Here is my problem. I need to use the "_unknown" special function to
simulate object methods and properties at runtime. I coded an "_unknown"
method in a class called DITEM If ditem is an instance of DITEM and I refer
to ditem.A() where A is NOT a method in DITEM