Arrays in URScript can only be 1D, and since JointPositions are literally a list (/array) as well, this is not possible.
You could either append the lists;
Hi,
I tried something similar to
points = [A_var[0], A_var[1], A_var[2], … , C_var[5]]
but the software will not allow it (it is in red). Are you sure it does work?
If we put multiple poses what is the maximum size of a linear array? Each pose will take 6 elements…