07-16-2007 07:01 AM
07-16-2007 02:50 PM
Hi,
Have a look at the examples in TestStand relating to Arrays.
If you have TestStand 2.x and below you will have to use the GetVal method, see examples.
If you have TestStand 3 and above, then just pass the array as a parameter to your dll function that you call from TestStand.
Hope this helps
Regards
Ray Farmer
07-17-2007 01:12 AM
Thanks Ray,
I probably wrote unclearly my question. Actually I don't have any problem to use a dll from TestStand including transferring array contents to dll, and I have no problems to update CVI user interface except the list box. I was wondering if there is a simple way to update a list box from an array, similar to the function TS_ExchangePropertyAndCtrlVals using the PropertyMap, or is the only way to do the job as described in the examples you mentioned.
I'm using TS v3.5.
Regards,
Petri