LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

pb with "Get Variant Attribute" LabVIEW 6

hello
I want to find the value corresponding to the variable name in a Variant structure. For this purpose I use the "Get Variant Attribute" function, but I do not get any good result : no result in the get value, and also when no string name input is given to get all the attribute of the variant.
where is the bug ?
thank you
0 Kudos
Message 1 of 2
(2,689 Views)
Hi,

No bug, Get Variant Attribute returns values you've put in it using Set
Variant Attribute.

Unfortunately there is no way (I could think of) to get the text of a
variant out of the variant in string format.

Regards,

Wiebe.

"hub" wrote in message
news:506500000008000000F7280000-993342863000@exchange.ni.com...
> hello
> I want to find the value corresponding to the variable name in a
> Variant structure. For this purpose I use the "Get Variant Attribute"
> function, but I do not get any good result : no result in the get
> value, and also when no string name input is given to get all the
> attribute of the variant.
> where is the bug ?
> thank you
0 Kudos
Message 2 of 2
(2,689 Views)