Solved!!! For reference:
DEFINE VARIABLE objAddress AS CLASS "IAddress".
DEFINE VARIABLE objConnection AS CLASS "IConnection".
DEFINE VARIABLE objConnectionArray AS CLASS "IConnection[]".
objAddress = NEW Address().
objConnectionArray = objAddress:connections. /* This is an...
I have the following code
DEFINE VARIABLE objAddress AS CLASS "IAddress".
DEFINE VARIABLE objConnection AS CLASS "IConnection".
DEFINE VARIABLE objConnectionArray AS CLASS "IConnection[]".
objAddress = NEW Address().
objConnectionArray = objAddress:connections. /* This is...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.