01-31-2021 04:28 PM
Hey
I’m looking how can I create a array of constants in teststand as local variable for my test in teststand.
That I can browse all the values in this array when the execution of the sequence please
thank u all
01-31-2021 05:46 PM
Create a local variable of type Array and then whatever sub-type you need. You will then have to define the size and input your values.
02-01-2021 03:29 AM
hey thanks for replying,
This is the point i tried this solution, and i do not get the point,
Can you help me how to applicate this solution please.