[Gambas-user] number format
Jacky
jscops at ...11...
Mon Jan 21 09:41:51 CET 2008
Le Monday 21 January 2008 09:39:50 Jacky, vous avez écrit :
> Le Monday 21 January 2008 06:19:05 gunartha.nyoman, vous avez écrit :
> > Hi all,
> >
> > How to unformat a number in textbox = 12,500,500.50 to a result number as
> > 12500500.50
>
> textbox.text = format$(textbox.text, "#########0.#0")
textbox.text = format$(val(textbox.text), "#########0.#0")
This will be better.
jacky
More information about the User
mailing list