Hi All, I am trying to use UI_RADIOBUTTON with a 2 dimensional array
parameter. However if I ask for _param[i][j], it will always store the
value in [i][i] instead, making this command useful in the diagonal
matrix only. I hope I am not missing somet...