Hi to all,
playing a bit with Labview classes I found a behaviour unexpected; in particular downcasting (with
To More Specific Class function) the
Control class to the
String class and wiring this reference to a property node the 'Value' property is a String type.
But downcasting to the
Digital class yelds a reference whom 'Value' property is a Variant type.
Maybe this is dued to the fact that the Digital class is not 'Strict' or whatever?
Anyone figure out what's happening?
See the attached Vi for example
Thanks,
manga