Applies To: |
|
Summary: |
DspInfo with type 1 can return the wrong
expression text or variable tag name respectively if more than one
variable tag has the same address. For example, if a multistate
fill, used with a graphic object, is setup as follows:
and the tags resolve as follows:
Then when DspInfo is used with that Animation number and type 1 you would expect to see:
but instead see
Why is this ? Solution
|
Solution: |
This is not really a problem because the
result value of any expression displayed will always be correct. In
the above example, DspInfo found Test1 three times because Test1,
Test2 and Test3 reference the same memory address for data storage.
To save confusion, it would be better to use the same tag name
where the tag references the same address, eg. in the previous
example, use the following for the multistate settings:
|
Keywords: |
Related Links
Attachments