Re: Imbedding IF statements into a tag.......

2001-05-17 Thread Paul Smith
Yes, you can do it. However, if you don't put the CFIF on one line it will introduce spaces in the email. It's better to convert to one string outside CFMAIL, and just send that. best, paul At 11:41 PM 5/16/01 -0700, you wrote: >Is it possible to imbed IF statements into a tag? For example,

Re: Imbedding IF statements into a tag.......

2001-05-17 Thread Tim Painter
You can also use a cfparam as well: - Original Message - From: "Stevens, Jason" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, May 17, 2001 2:41 AM Subject: Imbedding IF statements into a tag... > Is it possible to imbed IF statements into a tag? For examp

RE: Imbedding IF statements into a tag.......

2001-05-17 Thread Steve Vosloo
L PROTECTED]] > Sent: Thursday, May 17, 2001 9:05 AM > To: CF-Talk > Subject: RE: Imbedding IF statements into a tag... > > > Inline IF? IIF() :) > > IIF(expression, true_expr, false_expr) > > Check the lang. ref. for more detail. > > -Original Message-

RE: Imbedding IF statements into a tag.......

2001-05-16 Thread Raymond B.
Inline IF? IIF() :) IIF(expression, true_expr, false_expr) Check the lang. ref. for more detail. -Original Message- From: Stevens, Jason [mailto:[EMAIL PROTECTED]] Sent: May 16, 2001 23:42 To: CF-Talk Subject: Imbedding IF statements into a tag... Is it possible to imbed IF statem