|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
|||
|
|||
|
How to test for Nothing
I have:
Dim foo Set foo = Nothing If foo = Nothing Then response.write "foo is nothing" Else response.write"foo is something" End If I get an error in the line "If foo = Nothing Then". It says: "Object variable not set" How then do I test if something has been previously set to Nothing? |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > ASP Programming > How to test for Nothing |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|