Hi,
I'm trying to create a subVI with a variable input/output terminal, i.e. the vi must recognize differents input data in the same terminal (such int, float or string). And the output terminal must be the same of the input terminal (if I connect a float the output must be a float, or if I connect a string the output must be a string). Is there a way for do this?
Thanks