bad iif, bad
 go to the corner :)

 On 10/6/05, Andy Matthews <[EMAIL PROTECTED]> wrote:
>
> 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" <[email protected]>
> 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
> >
> >
> >
> >
>
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220227
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=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to