20/03/2013, 16:02
|
| | | Fecha de Ingreso: agosto-2008 Ubicación: En internet
Mensajes: 2.511
Antigüedad: 16 años, 3 meses Puntos: 188 | |
Respuesta: problema con funcion double a string creo que te has hecho un lío con las conversiones:
(String)ModeloDetalleVenta.getValueAt(iVentas,7) debe estar fallando porque getValueAt ya devuelve Double, y tú lo estás intentando castear a String.
__________________ if (fuzzy && smooth) {
fuzzylog = "c00l";
return true;
} |