view decimal in alert-box

Posted by LegacyUser on 23-Aug-2005 09:41

when i put decimal number in amessage view-as alert-box

the commas of the number dissapear and i dont want that to happend

example : 12,345

in amessage box i see it 12345

what can i do

thank you

All Replies

Posted by LegacyUser on 03-Oct-2005 03:21

MESSAGE uses the default format (export format).

If you want something else, you have to convert to a string with the formatting you want. Example:

MESSAGE string(xx, ">,>>>,>>9.99":u) VIEW-AS ALERT-BOX.

This thread is closed