Posted: Apr 18, 2026 11:04 PM Post subject: VECTOR_LENGTH
in an O_ExpressionEvaluator the value VECTOR_LENGTH can be used, but the element takes multiple inputs, so does this value represent the length of In1?
jarek
Joined: Oct 22, 2007 Posts: 1087
Posted: Apr 19, 2026 8:52 PM Post subject:
No, do not use it. The VECTOR_LENGTH comes from Signal Properties which you can modify in Advanced Properties.
Use ((float[])In1).length in O_ExpressionEvaluator