ASP Is Fun

Learning ASP
Free Course
Basics
Functions
SQL Commands
Sample Code

Servers / Setup
Host Reviews
Server Setup
Error Tips

Contract ASP
Development

Intro to ASP



 
Italian Wedding


IsEmpty Variable Testing Function



Before you can do anything with a variable, it must exist. This function helps ensure that session variables and the like have been initialized before you try to use them.

If you had a variable called LogonID, your syntax would be:

NoLogon = IsEmpty(LogonID)

if NoLogon = TRUE then
response.write "you must log on before you view this page."
end if

ASP Variable Testing Functions


ASP Main Page | ASP Ebooks | Free ASP Course | Contact Lisa
All content copyright © 2008 Minerva WebWorks LLC. All rights reserved.

French Wedding


Free Newsletter!

Ebooks
Intro to ASP
ASP SQL DB
Members
Shopping


Introduction to ASP

Romance Tips
Irish Romance
Italian Romance
French Romance

ASP Poll
How do you handle 500 errors?
I don't
Page does nothing
Displays error
Emails error