Posts by ZeProg • 36 points
1 post
-
2
votes3
answers706
viewsA: How to select value in Select
Well once I used something like this, see if it helps you! @{ bool[] select = new bool[2]; for (int i = 0; i < 2; i++) { select[i] = false; } if(model.valor != null) switch…