2009 Feb 20 8:37 AM
Hi,
I want to convert some numeric value or curr value to string with comma delimited for thousand.
What can I do?
Thank you!
Steven
2009 Feb 20 8:42 AM
hi
try CONDENSE FTPOST-FVAL and HRCM_AMOUNT_TO_STRING_CONVERT
hope this helps
regards
Aakash Banga
Hi,
I want to convert some numeric value or curr value to string with comma delimited for thousand.
What can I do?
Thank you!
Steven
2009 Feb 20 8:39 AM
hi,
convert the value to TYPE P. it automatically convert the vaue to delimited.
2009 Feb 20 8:42 AM
hi
try CONDENSE FTPOST-FVAL and HRCM_AMOUNT_TO_STRING_CONVERT
hope this helps
regards
Aakash Banga
2009 Feb 20 8:55 AM
hi, Aakash Banga,
It's works!
Thank you very much!
Best Regards,
Steven
2009 Feb 20 8:50 AM
Hi Steven
WRITE <NUMVALUE> TO <CHARVALUE> USING EDIT MASK '___,___,___.__'.
Pushpraj
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |