> ? IsInteger("12 + 5.4")
> True
>
> Gambas 3 rev 3371 @ Ubuntu 10.04 64bit
>
> Jussi
I get False there.
1) Try to run that:
$ LANG=C gbx3 -e 'IsInteger("12 + 5.4")'
2) Ensure that you compiled, installed, and run the correct version.
Regards,
--
Benoît Minisini