Now that the array system is nearly completed, i noticed that i need to also create arrays
of UDT members. I have a number of tricks to try, but i would like to know if Oxygen already
can do this.
basically what i would like is to have a class with a function that returns a user-defined-type
"variable" and use it like this:
MyClassObject.functionthatreturnsaUDT(dimension1, dimension2, dimension3).UdtMemberOfTypeLong = 12345
Is this already doable with Oxigen as it is? Thanks.