Your problem is on the left side of the assignment statement, not the 
right.  I'd suggest trying to set yourself up with a 2D array or 
something to do what you're trying to.

Torrent Girl 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:1863
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