I have a subsequence which takes a parameter, let's say, Parameters.Array[0..3]. My main sequence has a local, Locals.Array[0..15][0..3]. I would like to pass Locals.Array[row] to the sub-sequence, but TestStand 2.0 complains. I've tried a few permutations of the basic idea, but nothing works.
Does TestStand 2.0 not support slicing multidimensional arrays?
- Ron