Hi Adrian

Thanks for the input.

Your response got me thinking and the problem was that the "#Target1 * 
multiplyBy#" was in quotes.  I had been making changes to the system and 
previously it wasn't a calculation just an assignment (i.e. ="#Target1#"). 

So changing it to 

<cfset reportArray[count][9]=#Target1# * #multiplyBy#>

worked in both versions of CF.

I now have to see what (if anything) the other changes I have made throw up 
with regard to the CFMX7 v CF5 differences.

Thanks again.

Martin


>I'm not sure you could do evaluations like that in CF5...
>
>#Target1 * multiplyBy#
>
>Try...
>
><cfset reportArray[count][9] = Target1 * multiplyBy>
>
>Adrian
>
>-----Original Message-----
>From: Martin Carroll [mailto:[EMAIL PROTECTED]
>Sent: 14 June 2007 14:21
>To: CF-Talk
>Subject: Re: Invalid Parser Construct
>
>
>I have just found out that they are running CF Version 5!
>
>Martin
>
>> Martin

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Macromedia ColdFusion MX7
Upgrade to MX7 & experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion?sdid=RVJW

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281146
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to