Using the len variable we can check the database to make sure something exists.
if Len(objSendEmail("file_name")) > 0 then
objMailJ1.AttachFile strFile
end if
SHARETHIS.addEntry({ title: "Using LEN in asp", url: "http://code.netexceed.com/asp/using-len-in-asp/" });
Using LEN in asp...

