[Gambas-user] Gambas Calculator

Jussi Lahtinen jussi.lahtinen at ...626...
Sun Jun 19 16:11:17 CEST 2011


"Problem solved."
Default value for variable a is "0,5" which returns NULL with Val().

? "*" & val("0,5") & "*"
**

While "0.5" gives answer as expected.

? "*" & val("0.5") & "*"
*0.5*


Gambas 3 rev 3888 @ Ubuntu 11.04 64bit

Jussi





On Sun, Jun 5, 2011 at 23:36, Jussi Lahtinen <jussi.lahtinen at ...626...>wrote:

> Result is always "Unknown symbol".
>
> Gambas 3 rev 3871 @ Ubuntu 11.04 64bit
>
> Jussi
>
>
>
>
> 2011/6/3 Benoît Minisini <gambas at ...1...>
>
>> > Also Gambas has "Evaluator" example, but it doesn't seem to work..?
>> >
>> > Jussi
>> >
>>
>> It works there. What's the problem?
>>
>> --
>> Benoît Minisini
>>
>>
>> ------------------------------------------------------------------------------
>> Simplify data backup and recovery for your virtual environment with
>> vRanger.
>> Installation's a snap, and flexible recovery options mean your data is
>> safe,
>> secure and there when you need it. Discover what all the cheering's about.
>> Get your free trial download today.
>> http://p.sf.net/sfu/quest-dev2dev2
>> _______________________________________________
>> Gambas-user mailing list
>> Gambas-user at lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>>
>
>



More information about the User mailing list