11-24-2012 04:02 AM - edited 11-24-2012 04:04 AM
Hello there,
I am trying to move my way up to CLD VIs( specially the ATM one) one functionality at a time, so far I have been successful in implimenting most of the things but I got stuck in the account keeping scenario: how do I update(withdraw(subtract) or deposit(add) balance) the desired column(and row) element?
in other words, how do I automate the process of searching in a 2d array for an element(stored in column 'n'), and than replacing the element in column n+1 within the same row ?
Thanks.
Solved! Go to Solution.
11-24-2012 04:23 AM
Look at Index Array, Search 1D Array and Replace Array Subset as part of your solution.
11-24-2012 05:38 AM - edited 11-24-2012 05:53 AM
Thanks for your reply. I corrected the my VI and it works great 🙂 really appreciate it Sir