j'ai une erreur de compilation dans mon code
voici une partie
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
 
              String convS;
	 float convf;
	 float [] tabkpi;
........
				 convS=kp.getvaleur().toString();
				 convf= Float.valueOf(convS).floatValue();
				 tabkpi[y]= convf ;
avec "kp.getvaleur()" est de type Object