hi
i have some numbers in text box say "109000000"
but i want to print it as "10,90,00,000"
i tried this format$("109000000","##,###.##")
it is giving me this output "109,000,000"
any suggestions
thanx
Printable View
hi
i have some numbers in text box say "109000000"
but i want to print it as "10,90,00,000"
i tried this format$("109000000","##,###.##")
it is giving me this output "109,000,000"
any suggestions
thanx
s = Format$(s, "&&,&&,&&,&&&")
(I had no idea, i just tried all kinds of signs :) or as called using the "scientific finger")
----------
The @host is everywhere!
----------