Our full technical support staff does not monitor this forum. If you need assistance from a member of our staff, please submit your question from the Ask a Question page.


Log in or register to post/reply in the forum.

array operations


ma Dec 10, 2021 09:19 PM

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


ariklee Dec 15, 2021 05:18 AM
Log in or register to post/reply in the forum.