How to print number with commas as lakhs separators?
For Ex:
val = 1023456
output = 10,23,456
val = 12345676
output = 123,45,676
How to print number with commas as lakhs separators?
For Ex:
val = 1023456
output = 10,23,456
val = 12345676
output = 123,45,676
thanx for your prompt reply but I'm expecting the output format(1023456)) is 10,23,456 as lakhs separators and then in thousand separators