I have a number of functions names saet_dim1(), saet_dim2() ... saet_dim10(). How can I cal this function depending on a FOR?
I have tried this:
Code:
for (j=1;j<11;j++){
   saet_dim' +j '();
}
but with no luck