Hi ,
Can anybody help me with this requirement.
- if the number to print is integer, do not print comma.
- if the number to print is not integer, print 3 digit after comma.
Examples:
"128.32": NOT ALLOWED
"128.320": ALLOWED
"128.000": NOT ALLOWED
"128": ALLOWED.
Please let me know what is the procedure i need to follow to accomplish the task .