I guess you might be talking about ASP?

Do While not rs.EOF
        'code
        Rs.moveNext
Loop

Your code transmogrified:

If consult.EOF then
   'code to execute if at end of rs
else
   'code to do if not at end of rs
end if


-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On
Behalf Of Javier Flores
Sent: Wednesday, April 24, 2002 10:04 AM
To: [EMAIL PROTECTED]
Subject: EOF?

Hi everone!

I would like to know how to ask about the EOF property? I need to ask
somethink like this...

If  consult.EOF
   do this---
else
   do this---
endif

Thanks for your reply!

Javier


------------------------------------------------------------------------
-
This email server is running an evaluation copy of the MailShield anti-
spam software. Please contact your email administrator if you have any
questions about this message. MailShield product info:
www.mailshield.com

-----------------------------------------------
To post, send email to [EMAIL PROTECTED]
To subscribe / unsubscribe: http://www.dfwcfug.org


-------------------------------------------------------------------------
This email server is running an evaluation copy of the MailShield anti-
spam software. Please contact your email administrator if you have any
questions about this message. MailShield product info: www.mailshield.com

-----------------------------------------------
To post, send email to [EMAIL PROTECTED]
To subscribe / unsubscribe: http://www.dfwcfug.org

Reply via email to