
16/03/2003, 11:21
|
 | Moderador | | Fecha de Ingreso: abril-2001 Ubicación: Ciudadano del mundo
Mensajes: 13.638
Antigüedad: 24 años Puntos: 1792 | |
Utiliza esta función:
Function FormatStr(String)
on Error resume next
String = Replace(String, CHR(13), "<BR>")
FormatStr = String
End Function
__________________ - Christian Van Der Henst Platzi |