06-20-2017 06:57 AM
Hi,
how i can Load multiple arrays automatically into a array?
Cordialement.
Solved! Go to Solution.
06-20-2017 07:32 AM
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
06-20-2017 07:38 AM
Hi JWSCS,
I want to concatenate many arrays in a dynamic way, Add columns to infinity in multicolumn list for example.
Thank you .
06-20-2017 07:47 AM
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)
06-20-2017 07:52 AM
Thank you ,
But i d'ont find it can u give me a example please.
thank you .
06-20-2017 08:01 AM
sorry, the property was named "ItemNames"
very simple example: