<cfset Variables["monthlyPremium" & i] =
Variables["ANNUALWRITTENPREMIUM" & i) / 4.3>

Should probably do it

HTH

On 09/06/06, Torrent Girl <[EMAIL PROTECTED]> wrote:
> I need to do something similar to this:
>
> <cfset monthlyPremium#i# = #Evaluate('ANNUALWRITTENPREMIUM' & i)#/4.3>
>
>
> But that is what is not working for me.
>
>
>
>
>
>
> >If all you are trying to do is divide it why not use
> >
> ><cfset newNum = ANNUALWRITTENPREMIUM / 4.3>
> ><cfoutput>#newNum#</cfoutput>
> >
> >On Fri, 09 Jun 2006 09:09:37 -0400, Torrent Girl wrote
> >>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:15:1865
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/15
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:15
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to