[stackoverflow] [progress Openedge Abl] 4gl Progress/openedge Thousand Separates

Status
Not open for further replies.
R

Rika

Guest
I want to do thousand separates for this value 100000000. How can i do it in progress.

Sample Code

DEFINE VARIABLE mAmount AS DECIMAL NO-UNDO.
ASSIGN mAmount = 100000000.
MESSAGE mAmount VIEW-AS ALERT-BOX INFO BUTTONS OK TITLE "Amount".

Continue reading...
 
Status
Not open for further replies.
Top