Hello,
I am having a problem with variant array conversion.
A VI gets a 1D array of generic data type as variant. This VI generates a 2D array of this and passes this to a third VI which has to write that data into a 2D array by the "Value" Property as variant of a control element.
I somehow cannot convert the 1D array of variant into a 2D array of data.
I can demonstrate it with a simplified VI that is demonstarting the problem.
I hope someone can help me out.