|
|
|
|
|
| | |
|
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: Writing a text file with CreateTextFile Method |
From: |
Nate P |
Date: |
5/7/1999 2:54:18 PM |
IP: |
12.25.1.122 |
I think you need to delimit double quotes with
an additional double quote.
So to output a single double quote you actually
have to write four (4) of them like this:
<%="""" & some_variable & """" %>
I have not tried this using the textstream object
though; only with the response.write() method.
|
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|