|
|
|
|
|
| | |
|
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: |
Invalid Use of NULL |
From: |
Derick Bailey |
Date: |
6/23/2000 10:52:38 AM |
IP: |
208.149.60.8 |
why does this return an error?
<% if not (MyRS("Fieldname") = "") then
response.write replace(MyRS("FieldName"),vbcrlf, "<br>")
end if %>
if there is no value of MYRS("FieldName") it returns nothing, just like it should. if there is a value, however, it returns an error: Invalid use of Null: replace
WHY?!?!?! there is nothing wrong with this code!
ive tried every possible combination i can think of to get rid of this error, and nothing works!
HELP! |
Follow Up - Re: Invalid Use of NULL - Matt Welker 6/28/2000 1:55:31 PM
|
|
|
|
|
|
|
|
|
|
|
|