Ver Mensaje Individual
  #1 (permalink)  
Antiguo 17/12/2005, 08:50
ostayde
 
Fecha de Ingreso: noviembre-2005
Ubicación: venezulea
Mensajes: 214
Antigüedad: 18 años, 6 meses
Puntos: 0
Pregunta error Microsoft VBScript runtime (0x800A000D)

Dice que tengo este error
Type mismatch: '[string: ","]'
/sicorp/ind_solitu.asp, line 91

el codigo es el siguiente

Ver=Suma+","+Suma1+","+Suma2 ! ESTA ES LA LINEA 91
response.Write(Ver)

LAS VARIABLES SUMA, SUMA1, SUMA2. SON VARIABLES ASP LAS CUALES CONTIENEN UN NÚMERO, PERO NECESITO CONCATENARLAS Y QUE ESTEN SEPARADAS POR COMAS, CREO QUE ESTA ES LA MANERA, PERO EN REALIDAD NUNCA LO HECHO.