hlmnsbuggy
Technical User
CR 11
I have to type the following formula in display string
WhilePrintingRecords;
global numbervar a;
a:=CurrentFieldValue;
totext(a)
Now it reurens number with decimals. How can I return numbers without decimals?
Thanks for your help in advance!
Ann
I have to type the following formula in display string
WhilePrintingRecords;
global numbervar a;
a:=CurrentFieldValue;
totext(a)
Now it reurens number with decimals. How can I return numbers without decimals?
Thanks for your help in advance!
Ann