Click to See Complete Forum and Search --> : formating text box


urs
September 29th, 2001, 11:40 AM
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

deghost
September 29th, 2001, 04:30 PM
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!
----------