|
|
|
|
|
| | |
|
vbscript active server pages ASP vbscript SQL database informix oracle SQL Server Perl CGI Delphi PHP source code code sample samples program CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: Formatting Memo Fields Using ASP |
From: |
Aaron Custer |
Date: |
2/28/2001 3:44:02 PM |
IP: |
208.48.12.152 |
Use the following function
<%
function addBr( myString )
addBr = Replace(myString, vbCrLf, "<BR>")
End function
%>
call the function this way
<%= addBr(request("dbField")) %>
Hope this helps
Aaron Custer |
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|