|
|
|
|
|
| | |
| |
Active Server Pages what is asp programming how to sample asp example code scripts software asp forum mail sessions applications global.asa CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
|
|
Subject: |
invalid use of NULL |
|
From: |
Derick Bailey |
|
Date: |
6/23/2000 10:52:13 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 - Atul Patil 6/25/2000 11:31:41 AM
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|