Hi All
I am trying to see if there is a concise notation in crbasic to add, subtract,multiply, divide ect when dealing with vectors. I was hoping to avoid writing loops to cycle thru indexes in the array and doing it element by element. I an using os 27.
In other words, say nReps=3
VoltDiff(...A, nReps...)
VoltDiff(...B, nReps...)
C = A -B
Marco