LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

insert into array

Question:
 
I have an initialized 1D array of 64 zeros. I want to load values into each row (index) as i receive them and keep the zeros.
Is this possible?
I tried using the insert into array function but it keeps on re-initializing the array.
 
Thanx
 
FredFred
 
0 Kudos
Message 1 of 3
(2,856 Views)
I think this is what you are looking ofr.  You need to use replace instead of insert
Matthew Fitzsimons

Certified LabVIEW Architect
LabVIEW 6.1 ... 2013, LVOOP, GOOP, TestStand, DAQ, and Vison
Message 2 of 3
(2,853 Views)

Thanks!

I thought replace only went for 2D arrays.

FredFred

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