Ver Mensaje Individual
  #2 (permalink)  
Antiguo 27/06/2002, 16:51
Avatar de bakanzipp
bakanzipp
 
Fecha de Ingreso: noviembre-2001
Ubicación: santiago de shilli
Mensajes: 2.554
Antigüedad: 23 años, 7 meses
Puntos: 0
Re: Puros.........


if len(rs("dato")) then
dato= mid(rs("dato"),1,20)&"..."
response.write dato
else
response.write rs("dato")
end if