LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

arrays

I need to append strings to an array of strings at different indices. which function do i use?
0 Kudos
Message 1 of 2
(2,285 Views)
If you want to:
- REPLACE an element, use Replace Array Subset.VI
- INSERT an element, use Insert Into Array.VI
- APPEND an element, use Build Array.VI
All these are located in Functions -> Array.
Also, you can find some examples of how to use them in LV folder\examples\general\array.llb.
good luck !
0 Kudos
Message 2 of 2
(2,285 Views)