Thanks so much I will try that! :)
Kelly

---------------------------------------
Kelly Matthews
Internet Development Coordinator
AAAE
703.578.2509
[EMAIL PROTECTED]
http://www.airportnet.org
---------------------------------------

> -----Original Message-----
> From: Deanna L. Schneider [SMTP:[EMAIL PROTECTED]]
> Sent: Thursday, July 20, 2000 10:45 AM
> To:   [EMAIL PROTECTED]
> Subject:      Re: Help with some calculations...
> 
> Hi Kelly,
> For this one:
> <CFSET api="#Evaluate(FIS_Pax_Num/FIS_API_Num)#">
> 
> Just do it like this:
> <CFSET api="#Evaluate(FIS_Pax_Num/FIS_API_Num) #">
> <cfset apipercent = #api# * 100>
> <cfoutput>#numberformat(apipercent, "999999.99")#%</cfoutput>
> 
> For this one:
> <CFSET hold="#Evaluate(TimeFormat(FIS_FirstI,
> 'H:mm')-Timeformat(FIS_Block,
> 'H:mm'))#">
> 
> Try this:
> <cfset minutes = #timeformat(hold, "mm")#>
> <cfoutput>:#minutes#</cfoutput>
> 
> Hope that helps.
> -d
> 
> 
> ************************************************************
> Deanna Schneider
> Interactive Media Developer
> UWEX Cooperative Extension Electronic Publishing Group
> 103 Extension Bldg
> 432 N. Lake Street
> Madison, WI 53706
> (608) 265-7923
> 
> 
> 
> --------------------------------------------------------------------------
> ----
> Archives: http://www.mail-archive.com/[email protected]/
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
> send a message to [EMAIL PROTECTED] with 'unsubscribe' in
> the body.
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to