How to refer to an object in another interface?
Posted: 13 Feb 2016 08:38
Hello,
All in the title really. I have two interfaces, and I want an object in one of them to control the value of X on an object in the other. I've tried referring to it with the object name syntax (interface.object.attribue), but I get a syntax error.
Thanks.
All in the title really. I have two interfaces, and I want an object in one of them to control the value of X on an object in the other. I've tried referring to it with the object name syntax (interface.object.attribue), but I get a syntax error.
Thanks.