12-05-2013 05:16 PM - edited 12-05-2013 05:17 PM
No, if you use build array, the new row is always appended at the end of the existing table. No math needed.
Here's a quick example (LabVIEW 2013):
12-05-2013 05:39 PM
Thank you so much, that example really cleared up the misconceptions I had. Got it working, appending each different RFID to the table.
One thing i'm unsure on, is the constants going into the left shift register. I understand that it sets the row and column initially to 0 fwhich the shift registes then update. Context help names it as table control with no description. Just wondering how you created it?
Thanks again
12-05-2013 05:42 PM
Either place an array constant and place a string in it, or you can r-click the table indicator and select "create constant", or on the 2d-wire. 🙂
/Y
12-05-2013 05:45 PM
Ah yes, ok I finally understand. Sorry for my stupid questions. Thanks everyone