08-29-2012 07:39 AM
Never mind all!
I found my error.
Thanks
08-30-2012 08:52 AM
Hi Tim,
Could you go ahead and post the error you found as a future reference for others?
Cheers,
08-30-2012 10:29 AM
Sure
CtrlTimeVals(i)= Find("Ch(L2) >= R1", CtrlTimeVals(i)+ ControlPointValueArray(i))
In my find function the resulting value is being added to the initial value of array CtrlTimeVals(i)
This error did not surface during one test run as all array values would be zero.
However when I would cycle through the array a second time I was adding the found point value to the original point value location. This would result in the find function starting from a location far beyond where data may even exists result in a return value of zero = not found.