Hi,I have devised a sequence file with teststand in which some steps are locating,I want to get each step name (or other attribute) in my CVI code and display them in the list string,how can I do with it?Is there any example for that?,I have sought for a long time,but didn't get it,please show me the URL or some code.
Thanks a lot:).
Another question for you, for instance(in Teststand):
Prototype:
long steven(char *sbc)
Function Call:
steven(&Locals.xyz)
CVI(External DLL):
*abc="Who am I?";
Teststand:
Locals.xyz, (define string)
It seems this method doesn't work,how to transfer the value of abc to the Locals.xyz?
Thanks a lot:).