Ver Mensaje Individual
  #2 (permalink)  
Antiguo 20/05/2004, 09:55
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
así:

texto = tu_rs("tu_campo_memo")
texto = replace(texto, vbcrlf, "<br>")
texto = replace(texto, "<", "&lt;")
texto = replace(texto, ">", "&gt;")

response.write texto
__________________
...___...