>Hey all,
>
>Is there any reason why this error would occur with the following code?
>
>An error occurred while evaluating the expression:
>
>
>#Evaluate('#SumTotals.RegTotal# + #SumTotals.OTTotal#')#
>

Is there a particular reason you are using Evaluate() as opposed to just 
adding the two values together? i.e.:

<cfset variables.total = SumTotals.RegTotal + SumOTTotal>

Evaluate() is not the fastest of functions from what I understand, so you 
can save yourself the trouble you're having plus some overhead if you just 
add them.

Regards,
Dave.

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.
______________________________________________________________________
Why Share?
  Dedicated Win 2000 Server � PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation � $99/Month � Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to