Paradox Community

Items in pnews.paradox-development

Subject:The difference between currency and number is..
Date:Fri, 8 Jun 2018 16:57:20 +0200
From:=?UTF-8?Q?G=c3=bcnter?= <info@NoSpam-mk-news.com>
Newsgroups:pnews.paradox-development
Try it out, best with Watches,

var
   n number
   c currency
endvar
   c=6.9*42.45
   c=c.round(2)
   n=6.9*42.45
   n=n.round(2)
   n=n-c
   view(n)


Seems that currency emulate a old Dek-Table-Add-Maschine, with only 2
decimal places


Copyright © 2004 thedbcommunity.com