|
|
|
|
|
| | |
|
Active Server Pages ASP ASP.NET .aspx .ascx Web HTML Developer Internet Microsoft Web Services Visual Studio .NET CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: vbCrLf in DataBases |
From: |
Desiree |
Date: |
6/28/1999 3:01:08 PM |
IP: |
38.177.189.3 |
<%
Function FormatStr(String)
on Error resume next
String = Replace(String, CHR(13), "")
String = Replace(String, CHR(10) & CHR(10), "</P><P>")
String = Replace(String, CHR(10), "<BR>")
FormatStr = String
End Function
%>
Here is the formated string:<br>
<%=formatStr(to_html(rs.Fields("Memo_Field")))%> |
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|