06-11-2010 09:08 AM
I've been looking at the VariantType.lvlib found under <vi.lib>\Utility\VariantDataType and noticed that the Type.ctl control lists the two variant types "LV Variant" and "Variant". I'm just curious as to what the difference between the two is.
If it helps, I'm creating VIs to save and load settings from an INI file. I know that I could just use the OpenG VIs, but that isn't as fun (and I learn LV best by playing with it)! ![]()
Thanks!
06-12-2010 02:45 PM
06-14-2010 08:32 AM
Thanks! I hadn't even thought about the ActiveX stuff since I've never used it. I'll try wiring up variants from different sources, like an ActiveX control, and see what happens.
What's interesting is that the LV type desciptor documentation does not mention this second variant, as far as I can tell. I'll try to remember to report back with what I find.