[Gambas-user] a) Val("15911.23046875") fails in Xub16.04 only, b) no tabstop in messages

Cedron Dawg cedron at exede.net
Sat Sep 26 16:47:40 CEST 2020


Does this help?


        Print "*"; Val("15911.23046875"); "***"
        
        Dim x As Float = Val("15911.23046875")
        
        Print x

        Dim y As Float = CFloat("15911.23046875")
        
        Print y

*15911.23046875***
15911.23046875
15911.23046875


Gambas 13.3.0, Linux Mint 17


Ced

----- Original Message -----
From: ub2 at gmx.ch
To: "user" <user at lists.gambas-basic.org>
Sent: Saturday, September 26, 2020 9:10:41 AM
Subject: [Gambas-user] a) Val("15911.23046875") fails in Xub16.04 only, b) no tabstop in messages

Dear Gambas Cracks

(2nd try, seems that 1st mail was not sent within the list)


a) Val("15911.23046875") fails in Xub16.04LTS:
After Update 3.15.2 below given example fails in Xubuntu 16.04LTS but
not in 18.04LTS. Both with same localization (I believe).

Did something change with Val("15911.23046875") in 3.15.2 ?



More information about the User mailing list