Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

currency value dropping 0

edited February 2004 in General
i have declared a varible

JobTotal : Currency

JobTotal := Jobtotal + RoomTotal;
(both roomtotal values are 12.25)


later on i do this

lblJobTotal.Caption := CurrToStr(JobTotal);

the printed result is 24.5 instead of 24.50

how do i fix this?


TIA

Comments

This discussion has been closed.