05-27-2018 05:42 AM
Hi,
I need help in merge multiple arrays while adding other elements to array element. The desired outcome is a string of command based on the concatenated array elements.
Please have a look at LV code with desired output as i am not getting the desired output.
thanks,
Solved! Go to Solution.
05-27-2018 07:18 AM - edited 05-27-2018 07:22 AM
Here's an alternative version.
Explanation as follows:
Take care to have the same number of inputs in each case - the For loop will stop at the shortest array input (to check this, delete one of the values and see that you only get one line).
Also, be aware that the first value (0, 1) could be represented using 'i', the iteration count value, inside the loop. This might always be true (if your numbers are always 0, 1, 2, ...) but maybe you want to add commands in weird orders, so I connected to the given array input.
05-27-2018 11:39 AM - edited 05-27-2018 11:47 AM
Hello Thanks,
I cannot open the attachement file due to latest version issues. I am using version 15.
Is it possible to revert to older version?
05-27-2018 11:52 AM