Is there another way to write this???

2003-06-30 Thread Che Vilnonis
cfset temp = 7/8 cfoutputtemp = #Evaluate(temp)#/cfoutput so that the result is .875 vs. 7/8 ??? Ché Vilnonis Application Developer Advertising Systems Incorporated 8470C Remington Avenue Pennsauken, NJ 08110 p: 856.488.2211 f: 856.488.1990 www.asitv.com

RE: Is there another way to write this???

2003-06-30 Thread Raymond Camden
] Blog : www.camdenfamily.com/morpheus/blog Yahoo IM : morpheus My ally is the Force, and a powerful ally it is. - Yoda -Original Message- From: Che Vilnonis [mailto:[EMAIL PROTECTED] Sent: Monday, June 30, 2003 3:26 PM To: CF-Talk Subject: Is there another way to write

Re: Is there another way to write this???

2003-06-30 Thread Jim McAtee
cfset temp = 7/8 cfoutputtemp = #temp#/cfoutput - Original Message - From: Che Vilnonis [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, June 30, 2003 3:26 PM Subject: Is there another way to write this??? cfset temp = 7/8 cfoutputtemp = #Evaluate(temp)#/cfoutput so

RE: Is there another way to write this???

2003-06-30 Thread Mosh Teitelbaum
Vilnonis [mailto:[EMAIL PROTECTED] Sent: Monday, June 30, 2003 5:26 PM To: CF-Talk Subject: Is there another way to write this??? cfset temp = 7/8 cfoutputtemp = #Evaluate(temp)#/cfoutput so that the result is .875 vs. 7/8 ??? Ché Vilnonis Application Developer Advertising Systems