Robi, you need to use the version from svn, not the tarball.
You can check your svn revision with svn info.

These are my results (I didn't have the bugs you have, but I know some
of my users are)

Ubuntu Natty 64Bits with rev 4129

PUBLIC SUB Main()

    PRINT Eval("3 * 2")
    PRINT Eval("3 - 2")
    PRINT Eval("3 / 2")
    PRINT Eval("3*2.1")
    PRINT Eval("3/2.1")

END
6
1
1.5
6.3
1.428571428571

Ubuntu Natty 64Bits with rev 4131:
6
1
1.5
6.3
1.428571428571

These are also still working ok
PRINT Eval("Var_Sunset = Format(hour(Now()),"0#") & ":" &
Format(minute(DateAdd(now(), gb.Minute, 30)),"0#")")
=FALSE
Print Eval("Format(hour(Now()),"0#")")
=12

Regards,
Ron.
2011/9/17 JUHASZ Robert <robert1juh...@gmail.com>:
> Hello,
>
> I don't know how to check the revision but I downloaded the source
> yesterday afternoon (4PM CET) so it should be the latest one.
>
> Robi
>
> -----Original Message-----
> From: Benoît Minisini <gam...@users.sourceforge.net>
> Reply-to: mailing list for gambas users
> <gambas-user@lists.sourceforge.net>
> To: mailing list for gambas users <gambas-user@lists.sourceforge.net>
> Subject: Re: [Gambas-user] Eval error
> Date: Sat, 17 Sep 2011 10:47:58 +0200
>
>
>> Merci Benoit!
>> FYI: my system is 32 bit version (ignore if not relevant).
>>
>> Robi
>>
>
> The bug should have been fixed in revision #4131.
>
> Please confirm, as I thought only 64 bits systems were affected.
>
> Regards,
>
> ------------------------------------------------------------------------------
> BlackBerry&reg; DevCon Americas, Oct. 18-20, San Francisco, CA
> http://p.sf.net/sfu/rim-devcon-copy2
> _______________________________________________
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>

------------------------------------------------------------------------------
BlackBerry&reg; DevCon Americas, Oct. 18-20, San Francisco, CA
http://p.sf.net/sfu/rim-devcon-copy2
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to