Had this problem before .... CF is using a string representation of the addition against the added value's string representation or some variation of it.
ie the SB_FUND_AMOUNT_ALLOCATED.toString() + SB_REFUND_AMOUNT.toString() doesnt not equal SB_FUND_PAYMENT_AMOUNT.toString() very frustrating. > Hi, > > I have a CFIF: > > BATCH_ITEMS.SB_FUND_PAYMENT_AMOUNT eq > (BATCH_ITEMS.SB_FUND_AMOUNT_ALLOCATED + BATCH_ITEMS.SB_REFUND_AMOUNT) > > where the first number is 25.8 and the sum of the addition is 25.8 > > yet, cfif is returning not true. > > Why is this so? > > > > > --- > You are currently subscribed to cfaussie as: [EMAIL PROTECTED] > To unsubscribe send a blank email to > [EMAIL PROTECTED] > Aussie Macromedia Developers: http://lists.daemon.com.au/ > --- You are currently subscribed to cfaussie as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
