Ver Mensaje Individual
  #4 (permalink)  
Antiguo 27/06/2003, 22:25
Avatar de Saruman
Saruman
 
Fecha de Ingreso: mayo-2003
Ubicación: Panama city, Panama, Panama
Mensajes: 1.154
Antigüedad: 22 años
Puntos: 5
hola, y gracias...
en definitiva, este es el codigo, el secreto esta en jugar con las variables.. gracias

dim variable
dim X

variable = replace(RS.fields("noticia").value,chr(13),"<br>")
X = len(variable)

if X > 650 then
response.Write(mid(variable,1,647) + "...")
else
response.Write(variable)
end if
__________________
Saruman

One Ring to rule them all, One Ring to find them, One Ring to bring them all and in the darkness bind them.