Hi everybody,
In my model, I want to use the index of my loop in the title of a label. Could you please help me to do that ?
for( i=1 ; i<=400 ; i++) { if(table[i][2] !=0) { current.machine"i" = table[i][3]; } }
I want to use the value of the index 'i' into the title of a label.