LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Is there a way to enter a "kind of" polymorphic data into a Vi in the Full Dev. System?

Hello,

I'm using a LV 7 Full Development System so I cannot create polymorphic Vis.

I'd like to enter data to a Vi but it can be a string or a number. Inside the Vi, the data goes into the Default Data terminal of ReadRegistryValueSimple.vi. Since the Full system doesn't have the option of creating polymorphic Vis, I'd like to find a way to convert my data into a variant or a string and convert it back into the original type inside the Vi.

Does it have any sense? If so, any hints?

Thanks much,

Marce
0 Kudos
Message 1 of 2
(2,318 Views)
Look in the function pallete for variant, also search the examples for variant. You can also download a great set of tool from openG.org. download the commander and install it. It will become a tool you cannot code without.



Joe.
"NOTHING IS EVER EASY"
0 Kudos
Message 2 of 2
(2,305 Views)