LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Updating the balance sheet in a spreadsheet array

Solved!
Go to solution

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.

 

 

 

0 Kudos
Message 1 of 3
(2,321 Views)
Solution
Accepted by topic author grimreaper

Look at Index Array, Search 1D Array and Replace Array Subset as part of your solution.

0 Kudos
Message 2 of 3
(2,314 Views)

Thanks for your reply. I corrected the my VI and it works great 🙂 really appreciate it Sir

0 Kudos
Message 3 of 3
(2,304 Views)