> 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

------------------------------------------------------------------------------
Lotusphere 2011
Register now for Lotusphere 2011 and learn how
to connect the dots, take your collaborative environment
to the next level, and enter the era of Social Business.
http://p.sf.net/sfu/lotusphere-d2d
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to