Data type Everything

2004-04-20 Thread Oliver Friedrich
Hallo, lots and lots of very advanced LabVIEW questions. Here the next one: How can I realize the data type everything? which is used e.g in the type input of the unflatten function. I want to use this function in a SubVI and wired the input to a SubVI control. Doing this, I get a fixed data

Re: Data type Everything

2004-03-30 Thread Mads
Use variants. If you want to see how this is done download the OpenG toolkit (www.openg.org) and have a look. Most of it's VIs are polymorphic and will use the correct type if it's available in the VI set, however for all other types it will use the variant based one.