User | Kudos |
---|---|
7 | |
6 | |
2 | |
2 | |
2 |
This is somewhat related to this idea by GregS, but still not quite the same.
The array index terminal of an In Place Element structure currenty require to be wired. It should exactly like "index array" such that unwired inputs behave like the plain old Index Array (an unwired index is the index of the above terminal +1 (recursively). The top terminal defaults to zero).
As an example, here's a simple construct that keeps the N, average, min, and max in a size 4 array. For some reason, the code is broken unless I wire indices 0..3. None of the indices should be necessary and the functionality should remain exactly he same without them.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.