|
|
|
|
|
| | |
|
Active Server Pages help tutorial how to ASP Help ASP Tutorials ASP Programming ASP Code - ASP Free CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: Inserting blank lines in the database |
From: |
Tim |
Date: |
11/2/1999 7:49:40 AM |
IP: |
207.51.162.13 |
Actually the "blank lines" are saved correctly in the database. You need to replace the character combinations Chr(13) & Chr(10) before you display. Get your text from database into a variable then try something like:
MyVar = Replace(MyVar, vbNewLine) |
Previous Message
Follow Up - Sorry, lets try that again... - Tim 11/2/1999 7:52:08 AM
|
|
|
|
|
|
|
|
|
|
|
|