[Gambas-user] number format

Jacky jscops at ...11...
Mon Jan 21 09:39:50 CET 2008


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")

Jacky





More information about the User mailing list