|
|
IsEmpty
The IsEmpty function determines if a variable holds
the empty value. An Empty value only exists for a new
variable that has been declared but not defined yet.
Dim sVar
If IsEmpty(sVar) Then Response.Write "It is Empty" sVar = "Something" If IsEmpty(sVar) Then Response.Write "It is Still Empty"
|
 |

|
|
| |
| "Watching football is like watching pornography. There's plenty of action, and I can't take my eyes off it, but when it's over, I wonder why the hell I spent an afternoon doing it." | - Luke Salisbury |
©2012 San Diego Web Design - Orvado Technologies, All Rights Reserved
ASP Nut provides articles and reference documentation for Active Server Page developers.
|
|
|