Clio75 Posted August 25, 2009 Report Posted August 25, 2009 I'm trying to use the property loader in Teststand 4.1.1 and load and array into an array variable. But I always have problems, or unloaded value. So I have tried: Testarray[tab]test1[tab]test2[tab]test3[tab]test4 OR TestArray [tab]test1 [tab]test2 [tab]test3 [tab]test4 OR Testarray[tab]test1,test2,test3,test4 or XML TestArray <Prop Name="TestArray" Type="Array" LBound="[0]" HBound="[4]" ElementType="Number"> <Value ID="[0]">CRC</Value> <Value ID="[1]">ATT-6</Value> <Value ID="[2]">CRC</Value> <Value ID="[3]">ATT-13</Value> </Prop> If you like to test this, the first 5 in the uut serial number must be 12345 Testing.zip Quote
crelf Posted August 25, 2009 Report Posted August 25, 2009 I'm trying to use the property loader in Teststand 4.1.1 and load and array into an array variable. I use the following to represent arrays in files for the property loader: ArrayName[0]<tab>ElementValue0 ArrayName[1]<tab>ElementValue1 ArrayName[2]<tab>ElementValue2 ... Quote
Clio75 Posted August 25, 2009 Author Report Posted August 25, 2009 Thax I will try this tomorow Quote
Clio75 Posted September 8, 2009 Author Report Posted September 8, 2009 I use the following to represent arrays in files for the property loader: ArrayName[0]<tab>ElementValue0 ArrayName[1]<tab>ElementValue1 ArrayName[2]<tab>ElementValue2 ... Tested and working Quote
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.