> 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 "".


If the query has no records then the code inside the loop will NOT get
executed.  CF checks for remaining records at the beginning of the loop, not
the end, so if there are no records then the loop code doesn't run.

Regards,
Seth Petry-Johnson
Argo Enterprise and Associates

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

Reply via email to