07-02-2010 07:43 AM
Greetings and happy Independence Day.
I use Property Loader to load a local array of containers. I use a ForEach to iterate through the array for the number of elements varies with the UUT type.
However now I need to know how many elements are in the array before I start processing it. I could zero a local variable and run through a preliminary ForEach to iterate it up. Is there a more better or simpler way to do this?
Thanks,
jvh
Solved! Go to Solution.
07-02-2010 10:30 AM
GetNumElements(Locals.MyLocal)
Btw, you can see what expression functions are available by clicking the f(x) button on any expression field. Then go to the Operator/Functions tab.