01-17-2013 09:55 AM
Hello,
I am trying to make a vi that takes some inputs (they are not too relevant to my problem) and has a single output.
My problem is that I'd like the output variable type to be left unknown until runtime.
For example, the vi will decide appropriately when to output an integer, string or double variable type.
Furthermore, inside the vi, I need a way to select the appropriate variable type to send, hence I need a way to check the type of a variable (I don't really know how to do that either).
Can someone give me some advice?
Thanks
David
01-17-2013 10:07 AM
Data types are determined at compile time. You cannot have a run-time decision for a data type.