05-29-2012 03:42 AM
Hi guys assuming I have a 2D array with 3 element.
e.g 280 400 784
How do I extact element 0 and 1 separately.
05-29-2012 03:51 AM - edited 05-29-2012 03:52 AM
05-29-2012 03:56 AM - edited 05-29-2012 03:57 AM
Hi GerW,
Sorry, I only type out a row.
It should be like this:
e.g:
280 400 784
270 450 744
299 401 755
.
.
.
.
.
If I only want row 1 element 0 and element 1. How should I do that?
05-29-2012 04:01 AM
05-29-2012 10:28 AM - edited 05-29-2012 10:28 AM
To expand on Gerd's response, when you wire a 2D array to the array index primitive, there will be more terminals available for you to select the row and/or column index.