Dear,
I'm trying to make a new component. I declared some outputs, that are in cycle associated with a parameter. When I export as C++, i receive a nice template. This is a normal output: xout[0]=?; //normal ouput But how can i acces the cycle?? like this?: xout[0][parameter]=???? How? Thx. Best regards, Anthonie |