Ver Mensaje Individual
  #2 (permalink)  
Antiguo 28/06/2004, 10:16
Avatar de AlZuwaga
AlZuwaga
Colaborador
 
Fecha de Ingreso: febrero-2001
Ubicación: 34.517 S, 58.500 O
Mensajes: 14.550
Antigüedad: 24 años, 2 meses
Puntos: 535
podés preguntar si el campo tiene contenido y si no lo tiene poner un "&nbsp ;"

Código:
if trim(rs("campo")) = "" then
response.write " "
else
response.write rs("campo")
end if