03-06-2013 10:33 PM
Hello
I am new to this website and started training myself for LabVIEW. I am trying to create a simple Blackjack game and I am stuck trying to figure out a way to deplete an array (52 card deck) every time I click on a boolean switch. I know how to deplete an element from an array, but I don't know how to make the array update every time I take an element out of the array. Any help from you guys will be much appreciated.
03-06-2013 10:35 PM
To clarify, I want the depleting array to save so I can eventually deplete the entire array for a number of boolean clicks (52 in this case).
03-06-2013 10:41 PM
You use a shift register to maintain the array between loop iterations.
I would recommend looking at the online LabVIEW tutorials
LabVIEW Introduction Course - Three Hours
LabVIEW Introduction Course - Six Hours