Ver Mensaje Individual
  #2 (permalink)  
Antiguo 24/07/2004, 09:55
Avatar de skatomundo
skatomundo
 
Fecha de Ingreso: junio-2002
Ubicación: Santiago - CL
Mensajes: 2.532
Antigüedad: 22 años, 10 meses
Puntos: 125
if TRim(rs.fields("EAN1")) = "" or TRim(rs.fields("EAN1")) = " " then
response.write("-")
else
response.write rs.fields("BotPack")
end if