<cfloop query="test" startrow="1" endrow="#rows.RecordCount#">
  <cfoutput>#test.currentrow#</cfoutput>
</cfloop>


From: [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: CF-Talk <[EMAIL PROTECTED]>
Subject: Easy CFLOOP Question
Date: Mon, 08 Jan 2001 08:44:48 EST

is there a way to find out what row i am on in a cfloop?

Like inside my loop, call a condition like this

<cfloop query="test" startrow="1" endrow="#rows.RecordCount#">

        <cfif cfloop.row EQ 1>
              We are on row 1
        <cfelse cfloop.row GT 1>
              We are not on row 1
        </cfif>

</cfloop>

Is there a way to do this?  Some variable i am overlooking?

Thanks

Kevin
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to