Ver Mensaje Individual
  #4 (permalink)  
Antiguo 19/03/2002, 01:18
Avatar de urjose
urjose
 
Fecha de Ingreso: diciembre-2001
Mensajes: 5.286
Antigüedad: 23 años, 4 meses
Puntos: 1
Re: Para los mas capos

remplaza esto:

<%= Formata(Rs("Assunto")) %>

por esto

<%
PrimerosTreinta=Left(Formata(Rs("Assunto&quot ;)),30)

IF Instr(PrimerosTreinta," ")=0 Then
PrimerosVeinte=Left(PrimerosTreinta,20)

Response.Write PrimerosVeinte
Else
...

End If
%>

saludos