LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Create array varible in TestStand 4.0

Hi  gurus,
       I have a doubt that how can we create Array of string in TestStand 4.0 using C#.NET environment.
I used following method, but failed to create array:
 

objPropertyObj.SetValStringByOffset(10,PropertyOptions.PropOption_InsertIfMissing,"SRU"); // exception here....

The other following method creates array with empty size:

objPropertyObj.NewSubProperty(

"SUBSTITUTE.SRU", PropertyValueTypes.PropValType_String, true, "Arrayw",10 );

Please let me know how to set the length of the array at second method.

Thank you,

regards

RKK

0 Kudos
Message 1 of 2
(2,463 Views)
You should post to the TS board.

___________________
Try to take over the world!
0 Kudos
Message 2 of 2
(2,454 Views)