set var amt curr = 9.25 set var txrate = .06 set var tax curr = (.amt * .txrate)
in v 6.5++ dos result is .55 in v 7.0 win result is .56 .56 is correct using brnd in 6.5 doesn't correct it. any suggestions? I tried adding .001 b4 changing to curr and it comes out right but if the amount is 9.24, it comes out to .56 which is wrong. Bernie Lis

