Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Cash Count Out
#14
Gintaras Wrote:Use double variables instead of int. CURRENCY also can be used.



Code:
Copy      Help
double d1(10.5) d2(1.5)
d1*d2
out d1

CURRENCY c1(10.5) c2(1.5)
c1.mul(c2)
out c1
what is the CURRENCY function for minus i found the rest but cnt find this


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)