Ver Mensaje Individual
  #3 (permalink)  
Antiguo 14/06/2006, 03:23
edujcm
 
Fecha de Ingreso: marzo-2003
Mensajes: 37
Antigüedad: 21 años, 10 meses
Puntos: 0
cant=atof(qValue("cantidad"));
com=atof(qValue("comision"));
tot=atof(qValue("total"));


tot=(cant*com)/100.0;

totS=ftoa(tot);

strcpy(totSal,totS.c_str());

printf("TOTAL: %s<br>", totSal);

Ok lo siento...
Gracias
__________________
_EDU_