v1= d.ExecSQL(req16,w);
while ( v1.next()){
String x= v1.getString(2);
if ((x.compareTo("HST_PEUGEO" )==0)) { cpt=3;f.MAJVAL(cpt,ind,v1.getDouble(3),sheet);cpt++; f.MAJVAL(cpt,ind,v1.getDouble(4),sheet);}
if ((x.compareTo("HST_RENAUL" )==0)) { cpt=5;f.MAJVAL(cpt,ind,v1.getDouble(3),sheet);cpt++; f.MAJVAL(cpt,ind,v1.getDouble(4),sheet);}
}
quand je fais un print de x il contient bien les mêmes valeurs de la variable de test