Or you could do it in one line with iif.

<cfset color = iif(somequery.CurrentRow mod 2,"000066","220088")>

Also note that if you choose to use Matthew's way, which works just fine
too, it's not necessary to pound the somequery.CurrentRow variable.

<!----------------//------
andy matthews
web developer
ICGLink, Inc.
[EMAIL PROTECTED]
615.370.1530 x737
--------------//--------->

-----Original Message-----
From: Matthew Blatchley [mailto:[EMAIL PROTECTED]
Sent: Thursday, October 06, 2005 8:15 AM
To: CF-Talk
Subject: Re: MOD


<cfif #somequery.CurrentRow# mod 2>
      <cfset color = "000066">
 <cfelse>
      <cfset color = "220088">
 </cfif>

Matt


----- Original Message -----
From: "Orlini, Robert" <[EMAIL PROTECTED]>
To: "CF-Talk" <cf-talk@houseoffusion.com>
Sent: Thursday, October 06, 2005 8:01 AM
Subject: MOD


>I know this is an old one and very easy one, but I lost the code...how do I
>do a dynamic alternate row of color?
>
> I remember it was with the MOD command.
>
> Thanks as always.
>
> Robert O.
> HW
>
>
> --
> No virus found in this outgoing message.
> Checked by AVG Anti-Virus.
> Version: 7.0.344 / Virus Database: 267.11.9/118 - Release Date: 10/3/2005
>
>
>
>



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220219
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to