Thread
:
ASP N00b - How to check if a variable is set? or empty?
View Single Post
11-04-2004, 05:27 AM
#
2
(
permalink
)
rdove
Masked Moderator
Join Date: May 2002
Location: Indianapolis, IN
Posts: 260
You could do:
Code:
If var = "" Or IsNull(var) Then 'Do Something End If
__________________
~Ryan
rdove
View Public Profile
Find More Posts by rdove