Hello everyone!
I was wondering if it was possible to assign a whole variable array within the C-script to a single Output (i).
Like that:
//Code declaration
double array[3]
// Output function
double array[3]={1,2,3};
Output(0)=array;
But it does not work … is there a way? It’s possible to do it?
Thank you!