Hello,
using OES4.11b here. I want to access the comment of a variable that is linked in my object's parameter. However, the Comment property is empty, even though there is a string specified:
Are there some special conditions to pay attention to?
Hello,
using OES4.11b here. I want to access the comment of a variable that is linked in my object's parameter. However, the Comment property is empty, even though there is a string specified:
Are there some special conditions to pay attention to?
Never mind, found the problem.
The comment is at the type from which the variable is created, but not at the variable directly. Now I need to find a way to access that type comment somehow from my VariableDrop^^