I have made a program who count sum on prices on some products.
Something like ..:
1250,95 + 798,53 + 34,50 + 768,57 = 2118,51
I want to present "2118,51" as "2 119 kr" or "2.119 kr"
I round the value I used
SetFormat float, 0.2The result was .: "2119" its OK! but..
How to get space between thousand and hundred?
( 2 119 kr or 12 213 kr and so on)
//Jan