I want ???? to alert the user to an incorrect number.
Notice the strange format of 4123,234.99
There should be another "," if the number was going to display correctly.
I am in discussion with Progress to determine the issue.
Using a format of "(zzz,zz9.99)" will get you closer to aligning the decimals, it looks like it still doesn't align ones that are negative.
Hope that helps some.
I am getting strange results from a the following piece of code:
def var t-dec as decimal format "->>>,>>9.99" no-undo.
assign t-dec = 4123234.99.
display t-dec.
It displays...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.