06-29-2022 06:35 AM
Need to add two array in teststand locals. Array A need to plus ArrayB -1. I can get GetNumElements(ArrayA) to get max elements.Using a for loop to nest between 0 to 8. Teststand explains there is error, out of bounds, because teststand array stands from zero but when execution everything works.
How to stop the prompt? Or how to get the elements without minus one. Is there a function offsetToIndex(array,offset) which return the elements in the array
06-29-2022 04:47 PM - edited 06-29-2022 04:53 PM