LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how i can Load multiple arrays automatically into a array?

Solved!
Go to solution

Hi,
how i can Load multiple arrays automatically into a array?
Cordialement.

0 Kudos
Message 1 of 6
(2,626 Views)

hi sarah,

please be a little more specific what you want to do.

what are the inputs, what is the expected output, what does automatically mean for you?

 

regards


If Tetris has taught me anything, it's errors pile up and accomplishments disappear.
0 Kudos
Message 2 of 6
(2,609 Views)

Hi JWSCS,

I want to concatenate many arrays in a dynamic way, Add columns to infinity in multicolumn list for example.

Thank you .

0 Kudos
Message 3 of 6
(2,604 Views)

the problem is with the dynamic, i suppose you mean while the program is running, on specific occasion, your main-array will be extended.

 

there are multiple ways of doing that.

1) if you are in a loop, use shift registers to hold your main-array

2) use a global variable (global, functional global variable, action engine)

3) since you mention a 'multicolumn listbox', you could get the value append new stuff and set the value of the listbox to the new array (try to get a property node from your listbox, and use the value property)

 


If Tetris has taught me anything, it's errors pile up and accomplishments disappear.
0 Kudos
Message 4 of 6
(2,597 Views)

Thank you ,
But i d'ont find it can u give me a example please.
thank you .

0 Kudos
Message 5 of 6
(2,592 Views)
Solution
Accepted by topic author Sarah_LAB

sorry, the property was named "ItemNames"

 

very simple example:

add-to-listbox.png


If Tetris has taught me anything, it's errors pile up and accomplishments disappear.
0 Kudos
Message 6 of 6
(2,581 Views)