‎02-18-2009 03:00 PM
I have a sub vi which performs an operation on an array. I would like to be able to pass this sub vi I16, -32 and other type numbers and have it give me back the same type of numbers. As it stands now, If I draw the subvi as an array on the front panel, the representation of the input is "set" and all other types that I try to send to the vi show coercion dots and then output the same representation as the input of the subvi....rather than the type of data I provided.
Any thoughts.
Thanks.
Solved! Go to Solution.
‎02-18-2009 03:07 PM
‎02-18-2009 03:12 PM
‎02-18-2009 03:13 PM
Got it thanks. Once I tried looking up Polymorphic the instructions were quite clear...
Thanks again.