[Gambas-user] Bug with IsInteger?

Benoît Minisini gambas at ...1...
Sun Dec 19 21:32:15 CET 2010


> Also this:
> $ gbx3 -e 'IsInteger("12 + 5.4")'
> 
> Gives; True
> 
> 
> What LANG=C exactly does?
> 
> Jussi
> 

It tells programs to run with the "C" (i.e. default US) localization. So the 
problem apparently comes from the localization. What is the contents of LANG 
and LC_ALL on your system? To get them, run:

$ echo $LANG
...
$ echo $LC_ALL

Regards,

-- 
Benoît Minisini




More information about the User mailing list