10-13-2014 05:57 AM
Hi,
Is there a way to get rid of this coercion dot when I wire a control reference to a cluster containing a control refnum for the XY graph ?
I get a broken wire if both are the same type (Waveform Graph Refnum (strict)).
Would be great to know what I'm doing wrong ....
Thanks ! Johan
10-13-2014 06:03 AM
The free reference isn't strict, so they're not the same type. You can probably cast it to a strict with Type cast or To More Specific.
Or change the cluster ref to a non-strict. 🙂
/Y
10-13-2014 08:47 AM
Thanks, this solves the problem !
Cheers, Johan