If I am looping through a query and the query did not have any results, dose
CF skip the whole code, or does it go inside and hold a "".

For example:
If qryResults has 0 records.

<cfloop query="qryResults">
        <cfif Field1 is not Email>
                do this
        <cfelse>
                <cfbreak>
        <cfif>
</cfloop>

Thanks,
�
���� ---miriam

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebarRsts&bodyRsts/cf_talk or send a message 
to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to