08-24-2009 03:51 AM
When im using more specific type, and choose Slide, the Value is variant. i can understand that its because it doesnt know if its DBL or I16 representation for example.
So, is there any way to specify the represntation without using variant to data conversion?
Solved! Go to Solution.
08-24-2009 03:56 AM
Hi HaD,
if you use "to more specific class", use a strict ref. With a strict ref you'll get the real type.
Mike
08-24-2009 05:08 AM