wysiwygger
Programmer
Hi,
I'm trying to get a number formated like xxx.xx with only 2 digits as cents.
I tried ToNumber but still got the same result: xxx.xxxxx
if {OEORDD.LINETYPE}=1 THEN
ToText({OEORDD.UNITPRICE},{OEORDD.UNITPRCDEC})
else ""
Any help appreciated.
I'm trying to get a number formated like xxx.xx with only 2 digits as cents.
I tried ToNumber but still got the same result: xxx.xxxxx
if {OEORDD.LINETYPE}=1 THEN
ToText({OEORDD.UNITPRICE},{OEORDD.UNITPRCDEC})
else ""
Any help appreciated.