Forum Discussion

elyush's avatar
elyush
Occasional Contributor
14 years ago

Problem with * operation ??

Hi all, I am using TestComplete 7 and i have such problem..

 look in this simple code, e.g.



b = 384.28

c = 123.5

Sum = c*b



Then, when i am running this script, and  looking their values -

  c*b =47458.58,  Sum = c*b ->true, BUT Sum =47458.58 -> FALSE  !!

Can u ask me why???  and when i am wrintting Sum =CCur(47458.58), it's return TRUE......, what does that mean?