zxcatzeyez Posted August 24, 2006 Report Share Posted August 24, 2006 Hi All, I found a bug with the 'Set Variant Attribute' VI in LV8. It seems that the VI will NOT replace a parameter value. I have attached a test VI that illustrates this problem. When you run the VI, the 'String' parameter of 'Cluster In' should be changed from "Help" to "Worked" then displayed in 'Cluster Out'. Instead, the VI adds a duplicate parameter and the text "1 Attribute(s):" :thumbdown: Variant Into 'Set Variant Attribute.vi': 'Numeric' -> 1.000E+0 'String' -> "Help" Variant Out of 'Set Variant Attribute.vi': 'Numeric' -> 1.000E+0 'String' -> "Help" 1 Attribute(s): 'String' -> "Worked" Can someone take a look and verify that this is indeed a bug. Have Fun. Jon Download File:post-4769-1156437695.vi Back again. After looking at the problem again i think i found the issue. User Error! There is NO attributes in the variant! I am tring to change the value of 'String' -> and it is not an attribute. Back to the drawing board. Later. Jon Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.