[Gambas-user] Format$
Eilert
eilert-sprachen at ...221...
Thu Nov 10 09:54:59 CET 2005
Hi Ignatius,
maybe your question is related to this thread:
----------------------------
On Tuesday 08 November 2005 12:06, sakya wrote:
>> Hi to everyone!
>>
>> I installed today Gambas 1.0.12
>> Now the function Str(1.1) returns "01.1"??
>>
>> Ciao
>> Sakya
>>
>>
AAARGH!
-- Benoit Minisini
--------------------------
Sounds as if this was pretty much the same problem... do you use 1.0.12?
Rolf
Ignatius Syofian schrieb:
> Hi, all
>
>
> I want to ask about format$
>
>
> in my code
>
> PUBLIC SUB txtuser_Change()
> IF txtuser.Text="" THEN txtuser.Text=0
> txtuser.Text=Format$(Val(txtuser.Text),"#,###")
> END
>
> if i type 09000, it display 09,000 ? why can't be 9,000
>
> my os suse 9.3 and my
>
More information about the User
mailing list